Skip to content

Merge branch 'dev' of https://github.com/Toby222/SharkGame into dev #909

Merge branch 'dev' of https://github.com/Toby222/SharkGame into dev

Merge branch 'dev' of https://github.com/Toby222/SharkGame into dev #909

Workflow file for this run

name: Check Code Quality
on:
- push
- pull_request
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install package
run: yarn install
- name: Run `test` script
run: yarn test