Skip to content

Commit

Permalink
add quality check before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-terzi committed Apr 4, 2024
1 parent 334dd2e commit 642caff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
python-version: '3.9'
- name: "Install python dependencies"
run: "pip install pyyaml"
- name: "Quality check"
run: "python .github/scripts/validate/main.py"
- name: "Publish packages"
run: "python .github/scripts/publish_packages.py"
env:
Expand Down

0 comments on commit 642caff

Please sign in to comment.