Skip to content

Draft feat: selfhosted arc runner #13

Draft feat: selfhosted arc runner

Draft feat: selfhosted arc runner #13

Workflow file for this run

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