This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
socketio-jwt/.github/workflows/commitlint.yml

20 lines
375 B
YAML

name: 'Lint Commit Messages'
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
commitlint:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2.3.4'
with:
fetch-depth: 0
- uses: 'wagoid/commitlint-github-action@v4.1.1'
with:
configFile: '.commitlintrc.json'