Skip to content

Feature: 친구 페이지 모든 기능 추가 완료 #15

Feature: 친구 페이지 모든 기능 추가 완료

Feature: 친구 페이지 모든 기능 추가 완료 #15

Workflow file for this run

name: ESLint
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx