Skip to content

Add MDX file for Tetris game (after also submitting that app to the main badger repository) #21

Add MDX file for Tetris game (after also submitting that app to the main badger repository)

Add MDX file for Tetris game (after also submitting that app to the main badger repository) #21

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build