my first commit!
/ test (push) Successful in 2m35s

This commit is contained in:
Arseny
2026-07-09 08:41:13 +03:00
commit 04100751a2
+7
View File
@@ -0,0 +1,7 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from runner"