Skip to content

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

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 #272

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