Skip to content

build(deps): bump codecov/codecov-action from 3 to 4 #32

build(deps): bump codecov/codecov-action from 3 to 4

build(deps): bump codecov/codecov-action from 3 to 4 #32

Workflow file for this run

name: commit
on: [pull_request, workflow_call]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.5