Skip to content

build(deps-dev): bump lint-staged from 13.2.1 to 13.2.3 #2603

build(deps-dev): bump lint-staged from 13.2.1 to 13.2.3

build(deps-dev): bump lint-staged from 13.2.1 to 13.2.3 #2603

Workflow file for this run

name: commit-lint
on:
pull_request:
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- name: Commit lint
# Dependabot sometimes makes some really long commit messages and I can't stop it
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
uses: ahmadnassri/[email protected]
with:
github-token: ${{ github.token }}