Skip to content

AEP 216 OAS guidance #713

AEP 216 OAS guidance

AEP 216 OAS guidance #713

Workflow file for this run

---
name: lint
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
container: python:3.12
steps:
- uses: actions/checkout@v3
- name: install node.
run: |
apt-get update
apt-get install -y nodejs npm
- name: install dependencies.
run: make install
- name: run check command.
run: make check