Skip to content

Allow Section to Accept Name as Multiple Values #223

Allow Section to Accept Name as Multiple Values

Allow Section to Accept Name as Multiple Values #223

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
with:
options: ASSERT_ENABLE_TESTS=ON
- name: Test Project
uses: threeal/[email protected]