Skip to content

Merge branch 'feat/add-pacman-module' of github.com:rash-sh/rash into… #1070

Merge branch 'feat/add-pacman-module' of github.com:rash-sh/rash into…

Merge branch 'feat/add-pacman-module' of github.com:rash-sh/rash into… #1070

Workflow file for this run

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