Skip to content

iterator join for stage 4 + kg schedule constraint #26

iterator join for stage 4 + kg schedule constraint

iterator join for stage 4 + kg schedule constraint #26

Workflow file for this run

name: 'Lint and Test'
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
- run: npm run lint
- run: npm test