Skip to content

Commit

Permalink
ci: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 6, 2024
1 parent 81ed304 commit 69c8a33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
needs: install
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 69c8a33

Please sign in to comment.