Skip to content

build(deps-dev): bump the dependencies group across 1 directory with 6 updates #542

build(deps-dev): bump the dependencies group across 1 directory with 6 updates

build(deps-dev): bump the dependencies group across 1 directory with 6 updates #542

Workflow file for this run

name: commit-lint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
commit-lint:
runs-on: ubuntu-latest
timeout-minutes: 2
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:
token: ${{ github.token }}