Skip to content

馃悰: Fix some hooks dependencies issues in the game logic hook. #16

馃悰: Fix some hooks dependencies issues in the game logic hook.

馃悰: Fix some hooks dependencies issues in the game logic hook. #16

Workflow file for this run

name: Tetris
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm run formatting:check
- run: npm run lint
- run: npm run test
- run: npm run build
- uses: actions/upload-artifact@master
with:
name: tetris
path: release/