Skip to content

Refine the code to enable writing in both .bashrc and .zshrc files #2

Refine the code to enable writing in both .bashrc and .zshrc files

Refine the code to enable writing in both .bashrc and .zshrc files #2

Workflow file for this run

name: Commit Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v1
env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}