Skip to content

Add a link to the x-aep-resource extension in aep-131 #464

Add a link to the x-aep-resource extension in aep-131

Add a link to the x-aep-resource extension in aep-131 #464

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 [email protected]
- name: Verify proper formatting.
run: prettier --check .