Skip to content

DMVP-6036: have flagger notify/alerts configure ability #276

DMVP-6036: have flagger notify/alerts configure ability

DMVP-6036: have flagger notify/alerts configure ability #276

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/tflint@4.2.0
with:
path: ${{ matrix.path }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true