Skip to content

Commit

Permalink
Change GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JongBeom Lee committed Jan 10, 2024
1 parent 32e346d commit b69bdd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: CI
on:
push:
pull_request:
branches:
- main
Expand All @@ -20,4 +19,6 @@ jobs:
- name: Prettier
run: npm run prettier
- name: Lint
run: npm run lint
run: npm run lint


0 comments on commit b69bdd2

Please sign in to comment.