1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-26 16:53:59 +01:00
Whalebird-desktop-client-ma.../.github/workflows/build.yml
2023-12-30 18:42:17 +09:00

25 lines
367 B
YAML

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: |
yarn install
- name: typecheck
run: |
yarn run typecheck