Skip to content

Feat: 뒤로가기 버튼 추가 #25

Feat: 뒤로가기 버튼 추가

Feat: 뒤로가기 버튼 추가 #25

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