Skip to content

Commit

Permalink
💚 Linting in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Oct 17, 2024
1 parent 3463da8 commit 1954b77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Install ESLint and Prettier
working-directory: ./ui
run: |
pnpm -w install eslint@8.10.0
pnpm -w install prettier@3.0.3
pnpm -w install @microsoft/eslint-formatter-sarif@2.1.7
pnpm -w install eslint@8
pnpm -w install prettier
pnpm -w install @microsoft/eslint-formatter-sarif
- name: Run ESLint
working-directory: ./ui
Expand Down

0 comments on commit 1954b77

Please sign in to comment.