Skip to content

Commit

Permalink
remove linter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth committed Aug 8, 2022
1 parent 4991a65 commit 7b04241
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ jobs:
with:
go-version: 1.18

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2

- name: Build
run: go build
3 changes: 0 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
go-version: 1.18

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2

- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v2
Expand Down

0 comments on commit 7b04241

Please sign in to comment.