Skip to content

ci(deps): update actions/github-script action to v8 #5067

ci(deps): update actions/github-script action to v8

ci(deps): update actions/github-script action to v8 #5067

Workflow file for this run

name: commit lint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
fetch-depth: 0
- name: Lint commit
uses: wagoid/[email protected]
with:
configFile: './.commitlintrc.js'