diff --git a/.forgejo/workflows/ci-test.yml b/.forgejo/workflows/ci-test.yml new file mode 100644 index 0000000..10a1571 --- /dev/null +++ b/.forgejo/workflows/ci-test.yml @@ -0,0 +1,7 @@ +runs-on: docker +container: + image: alpine:3.20 +steps: + - run: | + grep Alpine /etc/os-release + echo SUCCESS \ No newline at end of file