Skip to content

ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#1043) #506

ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#1043)

ci(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#1043) #506

Workflow file for this run

name: Check Commit
permissions: {}
on:
push:
branches: [ "*" ]
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe #v5.4.5
with:
firstParent: true