Skip to content

add onnx2c_stable

add onnx2c_stable #160

Workflow file for this run

name: ESLint
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: "24"
cache: "npm"
- run: npm ci
- run: npm run lint