Skip to content

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

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

Workflow file for this run

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