Skip to content

feat: get started with sliding animation for tiles #13

feat: get started with sliding animation for tiles

feat: get started with sliding animation for tiles #13

Workflow file for this run

name: Test
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Test
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm test