We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54c31d2 + 8bf0c52 commit eccda25Copy full SHA for eccda25
.github/workflows/e2e.yml
@@ -18,16 +18,15 @@ jobs:
18
matrix:
19
os: [ubuntu-latest, windows-latest]
20
version: [v0.20.1, latest]
21
+ env:
22
+ TFLINT_VERSION: ${{ matrix.version }}
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v2
26
- name: Set up Go
27
uses: actions/[email protected]
28
with:
29
go-version: 1.15
- - name: Set env
- if: matrix.version != 'latest'
30
- run: echo "::set-env name=TFLINT_VERSION::${{ matrix.version }}"
31
- name: Install TFLint
32
run: curl -sL https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
33
- name: Install plugin (Linux)
0 commit comments