Skip to content

Commit

Permalink
chore: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jun 28, 2024
1 parent 2edddad commit 6c9702e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
"dart",
]
steps:
- uses: actions/checkout@v4
- name: Generate and Test - ${{ matrix.language }}
uses: ./.github/actions/generate-and-test
with:
Expand All @@ -35,6 +36,7 @@ jobs:
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: 2.7
- uses: actions/checkout@v4
- name: Generate and Test
uses: ./.github/actions/generate-and-test
with:
Expand Down

0 comments on commit 6c9702e

Please sign in to comment.