Skip to content

ci: fix the project URL for srggrs/assign-one-project-github-action #1008

ci: fix the project URL for srggrs/assign-one-project-github-action

ci: fix the project URL for srggrs/assign-one-project-github-action #1008

Workflow file for this run

name: Check Commit Messages
on: push
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint the commits
uses: wagoid/[email protected]
with:
configFile: .commitlintrc.js
failOnWarnings: true