Skip to content

Commit

Permalink
minor deploy change
Browse files Browse the repository at this point in the history
  • Loading branch information
hhassan01 committed Aug 30, 2024
1 parent b7a7898 commit a6ccbb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lint:
name: Lint Code
name: Lint Code & Run Tests
runs-on: ubuntu-latest

steps:
Expand All @@ -28,8 +28,8 @@ jobs:
- name: Run ESLint
run: npm run lint

- name: Run Prettier Check
run: npm run format:check
- name: Run Prettier
run: npm run format

- name: Run Tests
run: npm run test
Expand Down

0 comments on commit a6ccbb4

Please sign in to comment.