Skip to content

Bump grafana/k6-action from 0.2.0 to 0.3.1 #26

Bump grafana/k6-action from 0.2.0 to 0.3.1

Bump grafana/k6-action from 0.2.0 to 0.3.1 #26

Workflow file for this run

name: tflint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v3
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint
run: tflint -f compact