Skip to content

ci(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 #300

ci(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6

ci(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 #300

Workflow file for this run

name: Check Commit
permissions: {}
on:
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit_lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 #v6.0.1
with:
firstParent: true