Skip to content

Commit

Permalink
Try using a plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
invisibleroads committed May 22, 2024
1 parent ee95aec commit 096861a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -r linters/requirements.txt
- run: python linters/autoformat-csv.py
- run: python linters/lint-csv.py
- run: |
git config user.name 'Jon Banafato'
git config user.email '[email protected]'
git diff --quiet || git commit -am "Autoformat CSV"
git push
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Autoformat CSV
commit_user_name: Jon Banafato
commit_user_email: [email protected]
commit_author: Jon Banafato <[email protected]>

0 comments on commit 096861a

Please sign in to comment.