Skip to content

Commit

Permalink
Run autoformat before lint to remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 21, 2024
1 parent ca51e7d commit 2652b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
python-version: "3.12"
- run: pip install -r linters/requirements.txt
- run: python linters/lint-csv.py
- run: python linters/autoformat-csv.py
- run: python linters/lint-csv.py
- run: |
git config --global user.name 'Jon Banafato'
git config --global user.email '[email protected]'
Expand Down

0 comments on commit 2652b8f

Please sign in to comment.