Skip to content

New Puzzles (#164) #710

New Puzzles (#164)

New Puzzles (#164) #710

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- run: npm run lint
- run: npm run test:ci