Skip to content

Commit

Permalink
Change run to uses
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Sep 22, 2024
1 parent 677b639 commit 78190e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
token: ${{ secrets.WORKFLOW_COMMIT }}

- name: 📦 Install Hatch
run: pypa/hatch@install
uses: pypa/hatch@install

- name: 📝 Format Code
run: hatch fmt -f
Expand Down

0 comments on commit 78190e6

Please sign in to comment.