Skip to content

Improve design and animation of leet background #136

Improve design and animation of leet background

Improve design and animation of leet background #136

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.16.0'
- name: install
run: npm ci
- name: lint
run: npm run lint
- name: compile
run: npm run compile
- name: test
run: npm test