Skip to content

chore(deps): Bump get-func-name from 2.0.0 to 2.0.2 #53

chore(deps): Bump get-func-name from 2.0.0 to 2.0.2

chore(deps): Bump get-func-name from 2.0.0 to 2.0.2 #53

Workflow file for this run

name: Lint Commit Messages
on: [pull_request]
jobs:
commit:
name: Lint commit messages
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
- name: Check commit message
uses: wagoid/commitlint-github-action@v1
env:
NODE_PATH: ${{ github.workspace }}/node_modules