Skip to content

Commit

Permalink
add unittest
Browse files Browse the repository at this point in the history
Signed-off-by: Aneesh Puttur <[email protected]>
  • Loading branch information
aneeshkp committed Feb 6, 2025
1 parent 53eed57 commit 84dfb8e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
- name: Checkouts code
uses: actions/checkout@v4

- name: Run Revive Action by pulling pre-built image
uses: docker://morphy/revive-action:v2
with:
exclude: "./vendor/..."

- name: Run go fmt
run: go fmt ./...
#run: diff -u <(echo -n) <(gofmt -d -s .)

- name: Run go vet
run: go vet ./...

0 comments on commit 84dfb8e

Please sign in to comment.