Skip to content

chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0 #261

chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0

chore(deps-dev): bump semantic-release from 21.1.1 to 22.0.0 #261

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install
- uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlintrc.yml
env:
NODE_PATH: ${{ github.workspace }}/node_modules