Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 29, 2024
1 parent 0674f8b commit f674b2e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ linters:
- govet
- ineffassign
- lll
- megacheck
- gosimple
- staticcheck
- misspell
- nakedret
- revive
- unconvert
- unused
enable-all: false
run:
skip-files:
issues:
exclude-files:
- schema.go
- pulumiManifest.go
run:
timeout: 20m
linters-settings:
gci:
Expand Down

0 comments on commit f674b2e

Please sign in to comment.