Skip to content

Add Ulysses, Sakigake, Akatsuki spacecraft #412

Add Ulysses, Sakigake, Akatsuki spacecraft

Add Ulysses, Sakigake, Akatsuki spacecraft #412

Workflow file for this run

name: CI
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
env:
NODE_VERSION: 20.11.1
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn
cache-dependency-path: "./yarn.lock"
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build