Skip to content

feat: add script to rerun a game with latest game behaviour #1502

feat: add script to rerun a game with latest game behaviour

feat: add script to rerun a game with latest game behaviour #1502

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-be