2 parents c3b1888 + 7b90ddd commit b7e72ecCopy full SHA for b7e72ec
2 files changed
.github/workflows/build.yml
@@ -11,6 +11,8 @@ jobs:
11
github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Checkout repository
15
+ uses: actions/checkout@v4
16
- uses: ./.github/actions/checkout-submodules
17
with:
18
token: ${{ secrets.SUBMODULE_PAT }}
.github/workflows/code-spoless.yml
@@ -9,6 +9,8 @@ jobs:
9
spotless:
10
0 commit comments