Create test.yml

This commit is contained in:
ilangelov 2025-02-23 09:23:10 +02:00 committed by GitHub
parent e1574d8250
commit 1277f499de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Test Runner
on:
workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check runner
run: echo "Runner is working!"