Skip to content

Feature: head 태그, 404 페이지, 폰트 작업 #7

Feature: head 태그, 404 페이지, 폰트 작업

Feature: head 태그, 404 페이지, 폰트 작업 #7

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