Skip to content

Adopt AEP-202: Fields #324

Adopt AEP-202: Fields

Adopt AEP-202: Fields #324

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@3.0.3
- name: Verify proper formatting.
run: prettier --check .