Skip to content

enha: added unit tests for the domain split (#3) #7

enha: added unit tests for the domain split (#3)

enha: added unit tests for the domain split (#3) #7

Workflow file for this run

name: Lint
on:
push:
branches: ["**"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v3
with:
tflint_version: v0.44.1
- name: Show TFLint version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact