Skip to content

Commit

Permalink
feat: eslint pre-commit 단계 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
BangDori committed Apr 23, 2024
1 parent 4a63c0b commit 654522b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ on:
required: false

jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout pull request
uses: actions/checkout@v4

- name: Reuse setup action
uses: ./.github/actions/setup

- name: Test with eslint
run: yarn lint

test:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 654522b

Please sign in to comment.