Skip to content

Commit

Permalink
Removing revive
Browse files Browse the repository at this point in the history
  • Loading branch information
cryanbrow authored Sep 19, 2024
1 parent 8058eac commit 2de0460
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
run: |
go vet ./... > output/vet.out
- name: revive
run: |
go install github.com/mgechev/revive@latest
revive -exclude generated.go -exclude models_gen.go --exclude schema.resolvers.go -formatter default ./... > output/revive.out
- name: sonar-cloud-scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down Expand Up @@ -81,4 +76,4 @@ jobs:
--tag cryanbrow/eve-graphql:latest \
--tag ghcr.io/cryanbrow/eve-graphql:0.0.2 \
--tag ghcr.io/cryanbrow/eve-graphql:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .
--platform linux/amd64,linux/arm/v7,linux/arm64 .

0 comments on commit 2de0460

Please sign in to comment.