Skip to content

feat: per-session fish catch logging (CSV/JSON/XLSX export) #48

feat: per-session fish catch logging (CSV/JSON/XLSX export)

feat: per-session fish catch logging (CSV/JSON/XLSX export) #48

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
branches: [main]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 20
- run: npm install --global @commitlint/cli @commitlint/config-conventional
- run: commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose