Skip to content

Commit

Permalink
Trying JSONschema
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Sep 13, 2024
1 parent 828044e commit b71d3a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/jsonschema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Jsonschema test
on:
workflow_dispatch:
jobs:
jsonschema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: jsonschema ./config/compilers.schema.json --instance ./config/compilers.json
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- run: echo "${{ inputs.paths }}"

- env:
PATHS: |
${{ inputs.paths }}
PATHS: ${{ inputs.paths }}
run: |
for path in ${{ env.PATHS }}; do
echo "$path"
Expand Down

0 comments on commit b71d3a5

Please sign in to comment.