Skip to content

README.md updated from https://stackedit.io/ #21

README.md updated from https://stackedit.io/

README.md updated from https://stackedit.io/ #21

Workflow file for this run

name: Lint Commit Messages
on: [push, pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v5