Skip to content

chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 #111

chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0

chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 #111

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@v3
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