Skip to content

Use an example with indef array serialization. (#81) #335

Use an example with indef array serialization. (#81)

Use an example with indef array serialization. (#81) #335

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.14"
- uses: actions/setup-node@v4
with:
node-version: ">=18.0"
- name: Install dependencies
run: npm install
- uses: pre-commit/action@v3.0.0
- name: Run eslint and prettier linting checks
run: |
npm cache clean --force
npm run lint