Skip to content

Update workflows and add .releaserc.yaml #9

Update workflows and add .releaserc.yaml

Update workflows and add .releaserc.yaml #9

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 }}