Skip to content

Commit 2652b8f

Browse files
Run autoformat before lint to remove blank lines
1 parent ca51e7d commit 2652b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
python-version: "3.12"
2020
- run: pip install -r linters/requirements.txt
21-
- run: python linters/lint-csv.py
2221
- run: python linters/autoformat-csv.py
22+
- run: python linters/lint-csv.py
2323
- run: |
2424
git config --global user.name 'Jon Banafato'
2525
git config --global user.email '[email protected]'

0 commit comments

Comments
 (0)