Skip to content

Commit b7e72ec

Browse files
authored
Merge pull request #2 from PhasetransCrystal/github
fix checkout
2 parents c3b1888 + 7b90ddd commit b7e72ec

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout repository
15+
uses: actions/checkout@v4
1416
- uses: ./.github/actions/checkout-submodules
1517
with:
1618
token: ${{ secrets.SUBMODULE_PAT }}

.github/workflows/code-spoless.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
spotless:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
1214
- uses: ./.github/actions/checkout-submodules
1315
with:
1416
token: ${{ secrets.SUBMODULE_PAT }}

0 commit comments

Comments
 (0)