Skip to content

Commit

Permalink
Merge pull request ordinals-wallet#3682 from ordinals-wallet/chriscon…
Browse files Browse the repository at this point in the history
…firm-patch-18

Update rust.yml
  • Loading branch information
chrisconfirm authored Aug 29, 2023
2 parents fb34bbc + 54b2459 commit d9fd087
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 d9fd087

Please sign in to comment.