Add new columns to aws_ec2_ami and aws_ec2_ami_shared tables (#27…
#6405
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: golangci-lint | |
| on: | |
| push: | |
| tags: | |
| - v* | |
| branches: | |
| - main | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| golangci_lint_workflow: | |
| uses: turbot/steampipe-workflows/.github/workflows/golangci-lint.yml@main | |
| with: | |
| timeout: 20m |