Skip to content

chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 #286

chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2

chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 #286

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5.4.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}