Skip to content

Fix #288 Add empty shape for 0-D scalar constant / scalar input (#289) #666

Fix #288 Add empty shape for 0-D scalar constant / scalar input (#289)

Fix #288 Add empty shape for 0-D scalar constant / scalar input (#289) #666

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
job:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Git config
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm install
- run: npm run lint