Merge branch 'main' into main
All checks were successful
test / test (pull_request) Successful in 6s

This commit is contained in:
Lucy 2025-04-05 18:32:48 +00:00
commit 9dfd579650

View 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