Compare commits
9 commits
79f47afb96
...
9dfd579650
Author | SHA1 | Date | |
---|---|---|---|
9dfd579650 | |||
7e9866171e | |||
c0976a56a9 | |||
9736f68157 | |||
5fb7d17f0a | |||
2af9aae496 | |||
74f71728c3 | |||
b5fdbdacdc | |||
cb49027fb9 |
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