Skip to content

fix: ensure metadata is updated correctly so that watchFile is correctly triggered #65

fix: ensure metadata is updated correctly so that watchFile is correctly triggered

fix: ensure metadata is updated correctly so that watchFile is correctly triggered #65

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
with:
configFile: './package.json'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}