Skip to content

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

build(deps): Bump tj-actions/changed-files from 46 to 47

build(deps): Bump tj-actions/changed-files from 46 to 47 #4

Workflow file for this run

name: commitlint
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.sha }}