Skip to content

Commit

Permalink
Add support for application_security_group
Browse files Browse the repository at this point in the history
  • Loading branch information
nshekhar221 committed Oct 15, 2024
1 parent e22b453 commit 92e6d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ tasks:
desc: Run {{.GENERATOR_APP}} fast lint checks.
dir: '{{.GENERATOR_ROOT}}'
cmds:
- golangci-lint run --verbose --fast=false --timeout 20m
- golangci-lint run --verbose --fast=false

generator:build:
desc: Generate the {{.GENERATOR_APP}} binary.
Expand Down

0 comments on commit 92e6d8d

Please sign in to comment.