Skip to content

fix: non-obvious incorrect guess, score lost, health lost #24

fix: non-obvious incorrect guess, score lost, health lost

fix: non-obvious incorrect guess, score lost, health lost #24

Workflow file for this run

name: Run build to check for errors
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build