Skip to content

Commit

Permalink
Removed duplicate checkout in the middle of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbyalice committed Nov 23, 2023
1 parent 2f3558a commit e863188
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/fullstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Checkout
uses: actions/checkout@v3

- name: Check fomatting
run: pnpm run format-check
Expand Down Expand Up @@ -112,8 +110,6 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Checkout
uses: actions/checkout@v3

- name: Test building
run: pnpm run build && pnpm run clean
Expand Down

0 comments on commit e863188

Please sign in to comment.