Skip to content

Update actions/checkout action to v5 #281

Update actions/checkout action to v5

Update actions/checkout action to v5 #281

name: Continuous integration
on:
pull_request:
push:
branches: main
jobs:
tflint:
name: tflint
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v5
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v3
with:
tflint_version: v0.44.1
- name: Run TFLint
run: tflint -f compact