Merge branch 'main' into main
All checks were successful
test / test (pull_request) Successful in 6s
All checks were successful
test / test (pull_request) Successful in 6s
This commit is contained in:
commit
9dfd579650
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/validate-keys.yaml
Normal file
19
.forgejo/workflows/validate-keys.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: 'code.forgejo.org/oci/ci:1'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: for i in *.pub; do ssh-keygen -l -f $i; done
|
||||
- run: |
|
||||
echo assembeling authorized keys &&
|
||||
cat *.pub > authorized_keys
|
||||
- run: ssh-keygen -l -f authorized_keys
|
Loading…
Add table
Reference in a new issue