Skip to content

Merge pull request #31 from wafflestudio/seoyeon #94

Merge pull request #31 from wafflestudio/seoyeon

Merge pull request #31 from wafflestudio/seoyeon #94

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24.12.0'
- name: Install dependencies
run: yarn install
- name: Check
run: yarn check-all