Skip to content

chore(deps): update actions/checkout action to v7 #1585

chore(deps): update actions/checkout action to v7

chore(deps): update actions/checkout action to v7 #1585

Workflow file for this run

name: Commit
on:
push:
jobs:
commitlint:
runs-on: ubuntu-latest
name: commitlint
steps:
- name: Checkout the repository
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v6