Skip to content

Commit

Permalink
Use a different action for prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <[email protected]>
  • Loading branch information
jovandeginste committed Feb 20, 2024
1 parent a39a631 commit fde7458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
go-version: "1.21"

- name: Run Prettier
id: prettier-run
uses: rutajdash/[email protected]
- uses: actionsx/prettier@v2
with:
args: --check .

- name: Run Go tests
run: go test -v ./...

0 comments on commit fde7458

Please sign in to comment.