Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Aubin <[email protected]>
  • Loading branch information
Salamandar and alexAubin authored Sep 12, 2024
1 parent 90b7fbc commit 69995cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python3 -c "import toml; toml.load(open('apps.toml'))"
- name: Check all working apps have consistent app id / app url and categories
run: |
./tools/catalog_linter.py -l .
./tools/catalog_linter.py --apps-dir .
- name: Check the generation of the app catalog
run: |
./tools/list_builder.py

0 comments on commit 69995cf

Please sign in to comment.