Skip to content

Commit

Permalink
shifted linting before commiting
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Dec 22, 2023
1 parent dd8ee73 commit e1f09ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ jobs:
ls **/VERSION | xargs -I {} python {}
cat packages/grid/devspace.yaml | grep '0\.'
bump2version prenum --allow-dirty --no-commit
tox -e lint || true
ls **/VERSION | xargs -I {} python {}
cat packages/grid/devspace.yaml | grep '0\.'
python packages/hagrid/scripts/update_manifest.py $(python packages/grid/VERSION)
Expand Down Expand Up @@ -353,6 +352,10 @@ jobs:
run: |
python scripts/convert_to_pypi_readme.py --input-file packages/syft/README.md --output-file packages/syft/PYPI.md --version ${{ steps.release_checks.outputs.future_stable_version }}
- name: Linting
run: |
tox -e lint || true
- name: Commit changes to Syft
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit e1f09ea

Please sign in to comment.