Skip to content

Commit

Permalink
[TESTING] Added checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
telometto committed Dec 15, 2024
1 parent 065bd78 commit de3dd4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
ssh-private-key: ${{ secrets.GH_ACTIONS }}

- name: Checkout repository
uses: actions/checkout@main # The action to checkout the repository
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Lint and test
uses: ./.github/workflows/lint_and_test.yml
with:
Expand Down

0 comments on commit de3dd4e

Please sign in to comment.