Skip to content

Add stack.index and stack.size to call properties #72

Add stack.index and stack.size to call properties

Add stack.index and stack.size to call properties #72

Workflow file for this run

name: Code
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: npm ci
- run: node --run lint