Skip to content

Merge branch 'rewrite' of https://github.com/krypciak/cc-shaduungeon … #39

Merge branch 'rewrite' of https://github.com/krypciak/cc-shaduungeon …

Merge branch 'rewrite' of https://github.com/krypciak/cc-shaduungeon … #39

Workflow file for this run

name: Build check
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- name: Compile
run: npm run start
- name: Test
run: npm test