Skip to content

blog post: announcing the aep-2026 release #726

blog post: announcing the aep-2026 release

blog post: announcing the aep-2026 release #726

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