Skip to content

feat(AIP-2): add AEP around numbering. #27

feat(AIP-2): add AEP around numbering.

feat(AIP-2): add AEP around numbering. #27

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
container: node:20
steps:
- uses: actions/checkout@v3
- name: Install prettier.
run: npm install --global prettier
- name: Verify proper formatting.
run: prettier --check **/*.md **/*.md.j2