Skip to content

Commit

Permalink
add checkout repo steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shnewto committed Nov 11, 2023
1 parent a411a49 commit 48f99c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
macos-latest-stable:
runs-on: macos-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup elm
uses: jorelali/setup-elm@v5
with:
Expand Down Expand Up @@ -36,6 +38,8 @@ jobs:
windows-latest-stable:
runs-on: windows-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup elm
uses: jorelali/setup-elm@v5
with:
Expand All @@ -53,6 +57,8 @@ jobs:
windows-latest-nightly:
runs-on: windows-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup elm
uses: jorelali/setup-elm@v5
with:
Expand All @@ -70,6 +76,8 @@ jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: setup elm
uses: jorelali/setup-elm@v5
with:
Expand Down

0 comments on commit 48f99c4

Please sign in to comment.