Skip to content

Add DEGEN rail color preset #68

Add DEGEN rail color preset

Add DEGEN rail color preset #68

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint-format-test:
name: Lint, format, unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Unit tests
run: pnpm test