Skip to content

Commit

Permalink
chore: add JSON lint to cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Oct 8, 2023
1 parent b0e4470 commit 42a1dca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
python-version: ${{ matrix.python-version }}
targets: ./applications ./materials ./properties ./workflows

- name: Run JSON linter
uses: ./actions/json/lint
with:
python-version: 3.10.X
targets: ./applications ./materials ./properties ./workflows

- name: Run ruff linter
uses: ./actions/py/lint
with:
Expand Down

0 comments on commit 42a1dca

Please sign in to comment.