Skip to content

Commit

Permalink
fix controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
elzasimoes committed Sep 22, 2024
1 parent 7a26f01 commit 785dac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: controlers/ database/ models/ routes/
args: controllers/ database/ models/ routes/

- name: Test
run: go test -v main_test.go

0 comments on commit 785dac5

Please sign in to comment.