Skip to content

chore(deps): bump wagoid/commitlint-github-action from 5 to 6 #21

chore(deps): bump wagoid/commitlint-github-action from 5 to 6

chore(deps): bump wagoid/commitlint-github-action from 5 to 6 #21

Workflow file for this run

name: Default workflow
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Run commitlint
uses: wagoid/commitlint-github-action@v6
release-please:
needs: lint
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.AUTERION_CI_ACCESS_TOKEN }}
release-type: simple
package-name: auterion-pre-commit-hooks