Skip to content

fix(deps): update rust crate nr-auth to v0.4.0 #3310

fix(deps): update rust crate nr-auth to v0.4.0

fix(deps): update rust crate nr-auth to v0.4.0 #3310

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with:
node-version: 24.14.1
- name: Install commitlint with default config
run: |
npm i @commitlint/cli
npm i @commitlint/config-conventional
- name: Validate PR title
run: echo '${{ github.event.pull_request.title }}' | npx commitlint --extends @commitlint/config-conventional