Skip to content

release: Version 1.10.5 #1467

release: Version 1.10.5

release: Version 1.10.5 #1467

Workflow file for this run

name: Commitlint
on:
push:
branches: [ master ]
tags:
- v*
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/[email protected]
with:
configFile: './.commitlintrc.json'
helpURL: https://rash.sh/docs/rash/master/contributing.html#commit-structure