From 7b6099cecaecf74e75d491f85b8f36cb393d8b94 Mon Sep 17 00:00:00 2001 From: t Date: Wed, 26 Aug 2026 01:16:14 +0000 Subject: [PATCH] runner check --- .forgejo/workflows/ci.yml | 8 ++++++++ README.md | 1 + 2 files changed, 9 insertions(+) create mode 100644 .forgejo/workflows/ci.yml create mode 100644 README.md diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..98d360b --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,8 @@ +name: ci +on: [push] +jobs: + hello: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: echo runner-ok && ls -la && git log --oneline -1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..16ee7e5 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +hello runner