try use new method to expand docker build disk space #282
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: build | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
test: | |
name: Check TFLint Version | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0 | |
- name: Set up Go | |
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #3.5.0 | |
with: | |
go-version: 1.21.1 | |
- name: Install HCLEdit | |
run: | | |
export $(grep -v '^#' version.env | xargs) | |
go install github.com/minamijoyo/hcledit@$HCLEDIT_VERSION | |
- name: Check TFLint Plugin Version | |
run: | | |
sh scaffold-ci-scripts/check-tflint-plugin-version.sh |