Skip to content

Feat: 내 일정 페이지 추가 구현 #51

Feat: 내 일정 페이지 추가 구현

Feat: 내 일정 페이지 추가 구현 #51

Workflow file for this run

name: Check Errors
on:
pull_request:
branches: [ "develop", "main" ]
workflow_call:
jobs:
err_check:
name: Check Errors
# runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 18.18
- name: Setup yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- name: Check prettier
run: yarn prettier
- name: Check lint
run: yarn lint
- name: Check tsc-project
run: yarn tsc-project