Skip to content

Fix : sweetAlert 적용 및 403번 에러와 500번 에러 분리 #85

Fix : sweetAlert 적용 및 403번 에러와 500번 에러 분리

Fix : sweetAlert 적용 및 403번 에러와 500번 에러 분리 #85

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: yarn install
- uses: reviewdog/action-eslint@v1
with:
reporter: github-check
eslint_flags: 'src/'