Skip to content

chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 (.github/workflows/pr-title.yml) (master) #289

chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 (.github/workflows/pr-title.yml) (master)

chore(deps): update amannn/action-semantic-pull-request action to v5.5.3 (.github/workflows/pr-title.yml) (master) #289

Workflow file for this run

name: linter
on:
push:
branches: [ master ]
pull_request:
env:
# renovate: datasource=github-releases depName=terraform-linters/tflint
TFLINT_VERSION: v0.34.0
jobs:
tflint:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
name: Checkout source code
- uses: actions/[email protected]
name: Cache plugin dir
with:
path: ~/.tflint.d/plugins
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
- uses: terraform-linters/[email protected]
name: Setup TFLint
with:
tflint_version: ${{ env.RENOVATE_CONFIG_FOLDER }}
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint
run: tflint -f compact