Skip to content

feat: add module code #2

feat: add module code

feat: add module code #2

Workflow file for this run

name: Tflint
on:
pull_request:
permissions:
contents: read
jobs:
tflint:
permissions:
contents: read
runs-on: ubuntu-latest
strategy:
matrix:
path:
- .
steps:
- uses: makandra/github-actions/tflint@main
with:
path: ${{ matrix.path }}