add workflow

This commit is contained in:
Lucy 2025-04-05 12:59:32 +02:00
parent b5fdbdacdc
commit 74f71728c3

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 ./check_key.sh $i; done
- run: |
echo assembeling authorized keys &&
cat keys/*.pub > authorized_keys
- run: ssh-keygen -l -f authorized_keys