Skip to content

Commit

Permalink
Update main-pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echatav committed Apr 11, 2024
1 parent 6b81934 commit 55a3dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Run stylish-haskell
run: |
git diff --name-only origin/main | grep '\.hs$' | xargs -I {} stylish-haskell --inplace {}
stylish-haskell --inplace .
- name: Commit stylish-haskell changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 55a3dae

Please sign in to comment.