ast-description-lang 0.4.0

A language to describe your language's AST
Documentation
1
2
3
4
5
6
7
8
name: commitlint
on: [push, pull_request, workflow_dispatch]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: Person-93/commitlint-gh-action@v0.1.0