Skip to content

Merge pull request #109 from dasmeta/DMVP-5664-flagger #275

Merge pull request #109 from dasmeta/DMVP-5664-flagger

Merge pull request #109 from dasmeta/DMVP-5664-flagger #275

Workflow file for this run

name: Tflint
on:
pull_request:
push:
branches: [main, master]
jobs:
tflint-check:
runs-on: ubuntu-latest
permissions: {}
strategy:
matrix:
path:
- ./
steps:
- uses: dasmeta/reusable-actions-workflows/[email protected]
with:
path: ${{ matrix.path }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true