1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-10 08:40:39 +01:00

25 lines
367 B
YAML
Raw Normal View History

2023-11-07 00:57:47 +09:00
name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
2023-12-02 07:03:22 +00:00
- uses: actions/setup-node@v4
2023-11-07 00:57:47 +09:00
with:
node-version: 18
- name: Install
run: |
yarn install
- name: typecheck
run: |
yarn run typecheck