Skip to content

Add multiple accepted solutions per question and move oracle to data/… #33

Add multiple accepted solutions per question and move oracle to data/…

Add multiple accepted solutions per question and move oracle to data/… #33

Workflow file for this run

name: Eslint CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint --max-warnings 0 .