Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisconfirm authored Aug 29, 2023
1 parent fb34bbc commit 54b2459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
with:
node-version: 16
- name: Pretty-Quick
run: npx -p [email protected] -p pretty-quick pretty-quick
run: npx -p [email protected] -p pretty-quick@3.1.3 pretty-quick
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.event_name == 'pull_request'}}
with:
commit_message: "style: format files"

Expand Down

0 comments on commit 54b2459

Please sign in to comment.