Skip to content

release: Version 2.9.0 #1815

release: Version 2.9.0

release: Version 2.9.0 #1815

Workflow file for this run

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