Skip to content

fix: 주희의 axios 인스턴스를 건들지 않기로 함 #19

fix: 주희의 axios 인스턴스를 건들지 않기로 함

fix: 주희의 axios 인스턴스를 건들지 않기로 함 #19

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