on: push: jobs: test: # `runs-on` disables workflow expansion. We want that in this case, because then Forgejo Runner has to authenticate # itself to access the reusable workflow. runs-on: docker container: image: data.forgejo.org/oci/node:24-trixie uses: ./.forgejo/workflows/reusable.yaml