ci: checkout code
This commit is contained in:
parent
437f431c1f
commit
600e6447f8
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ jobs:
|
|||
echo "runner.arch: ${{ runner.arch }}"
|
||||
echo "RUNNER_ARCH: ${RUNNER_ARCH}"
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
show-progress: false
|
||||
|
||||
- name: test
|
||||
uses: ./.forgejo/actions/test
|
||||
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
|
||||
|
|
Loading…
Reference in a new issue