Skip to content

fix(x-aep-resource): make parents optional #95

fix(x-aep-resource): make parents optional

fix(x-aep-resource): make parents optional #95

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