Skip to content

Commit

Permalink
fix: wrong indentation in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz committed Feb 21, 2024
1 parent 0ab6579 commit aed0a14
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/best-practices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
uses: pnpm/action-setup@v3
with:
version: 8

- name: Install dependencies
run: pnpm install
run: pnpm install

- name: Run Prettier
run: pnpm run prettier
run: pnpm run prettier

0 comments on commit aed0a14

Please sign in to comment.