Skip to content

Commit

Permalink
#deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslacerdacl committed Sep 16, 2023
1 parent 085a087 commit f68c7c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.21.1'
cache: false

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54

- name: '[BUILD] | Install Dependencies'
run: yarn download
Expand Down

0 comments on commit f68c7c5

Please sign in to comment.