Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #181

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #181

on:
pull_request:
types:
- opened
- edited
- ready_for_review
jobs:
lint_title:
name: Lint pull request title
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && !contains(fromJson('["skip-commit-lint"]'), github.event.pull_request.labels)
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: npm install @commitlint/cli @commitlint/config-conventional
- uses: JulienKode/[email protected]
with:
configuration-path: githooks/commitlint.config.js