Skip to content

Commit

Permalink
checkout on prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Mar 10, 2023
1 parent 096ddef commit 513fb4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
name: 🎫 Prepare
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -30,6 +32,8 @@ jobs:
runs-on: ubuntu-latest
needs: prepare
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 513fb4e

Please sign in to comment.