ci: testing
This commit is contained in:
parent
4a37911835
commit
c63976980e
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/test.yml
Normal file
11
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on: [pull_request]
|
||||
jobs:
|
||||
demo:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: runner arch
|
||||
run: |
|
||||
echo "uname: $(uname -p)"
|
||||
echo "runner.arch: ${{ runner.arch }}"
|
||||
echo "runner.arch: RUNNER_ARCH"
|
||||
- uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
|
Loading…
Reference in a new issue