feat!: allow retrieving all billing accounts and add billing_information column to gcp_project and gcp_organization_project tables #772
Workflow file for this run
This file contains 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: | |
jobs: | |
golangci_lint_workflow: | |
uses: turbot/steampipe-workflows/.github/workflows/golangci-lint.yml@main | |
with: | |
timeout: 10m |