Skip to content

[SP1] 리쿠르팅, 후원페이지 amplitude tracking code 심기 #170

[SP1] 리쿠르팅, 후원페이지 amplitude tracking code 심기

[SP1] 리쿠르팅, 후원페이지 amplitude tracking code 심기 #170

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, develop]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Check code style
run: pnpm run lint