Skip to content

feat(DMVP-5344): allow semantic release job to push and create release/tags in github #271

feat(DMVP-5344): allow semantic release job to push and create release/tags in github

feat(DMVP-5344): allow semantic release job to push and create release/tags in github #271

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