Skip to content

Experiment1 hard conflict #248

Experiment1 hard conflict

Experiment1 hard conflict #248

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Generate build and check code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 22
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run format:check
- run: npm run build