Skip to content

Merge pull request #41 from Mind-Sports-Games/442-backgammon #389

Merge pull request #41 from Mind-Sports-Games/442-backgammon

Merge pull request #41 from Mind-Sports-Games/442-backgammon #389

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: |
npm install
npm run lint
npm run compile
npm run test
npm run dev