Skip to content

build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 #25

build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 #25

Workflow file for this run

name: commitlint
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm install
- name: Lint commit message
run: npx commitlint --from=HEAD~1