Skip to content

Commit

Permalink
Update pr-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan authored Nov 21, 2024
1 parent 7c9ffdb commit 92078a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

- name: Install packages
run: |
npm install
pnpm install
- name: Code Format
id: codeFormat
run: |
npm run format:check
pnpm run format:check
#- name: Unit Test
# id: unitTest
Expand Down

0 comments on commit 92078a3

Please sign in to comment.