Compare commits

..

No commits in common. "9dfd57965036432297192c7394ad15282d3ac54a" and "79f47afb96afdfc0c6a029c6fb881af0d12f3d8d" have entirely different histories.

View file

@ -1,19 +0,0 @@
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