Skip to content

chore(deps): bump chart.js from 4.4.5 to 4.4.7 #7

chore(deps): bump chart.js from 4.4.5 to 4.4.7

chore(deps): bump chart.js from 4.4.5 to 4.4.7 #7

Workflow file for this run

name: Lint Commits
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Commits
run: |
npm install
npx commitlint --from=${{ github.event.pull_request.base.sha }} --to=${{ github.event.pull_request.head.sha }}