Skip to content

feat(x-aep-field): add field number #99

feat(x-aep-field): add field number

feat(x-aep-field): add field number #99

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: run lint
run: make lint