Skip to content

Commit

Permalink
Add prettier and Go tests
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 0e3848d commit a39a631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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"

- uses: actions/setup-node@v4
with:
node-version: 20
- name: Run Prettier
id: prettier-run
uses: rutajdash/[email protected]

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

0 comments on commit a39a631

Please sign in to comment.