Skip to content

chore(deps-dev): bump prettier from 2.8.8 to 3.0.3 #259

chore(deps-dev): bump prettier from 2.8.8 to 3.0.3

chore(deps-dev): bump prettier from 2.8.8 to 3.0.3 #259

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