Skip to content

Added another game session event webpage (#566) #1288

Added another game session event webpage (#566)

Added another game session event webpage (#566) #1288

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check