Skip to content

Commit

Permalink
fix: indendation errors
Browse files Browse the repository at this point in the history
* Fix indentation in workflow file
  • Loading branch information
HarshPatel5940 committed Dec 29, 2023
1 parent 2db196f commit 8212d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install packages
- name: Install packages
run: |
pnpm i
- name: Lint
run: |
pnpm run lint:api
- name: Test
- name: Test
run: |
pnpm run test:api

0 comments on commit 8212d59

Please sign in to comment.