Add a new check
All checks were successful
PR Checks / test_something (push) Successful in 1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
Marko Zagar 2024-10-02 00:31:00 +03:00
parent b1ec3975ab
commit 55a0d68c8b

View File

@ -0,0 +1,9 @@
name: "PR Checks"
on: [push]
jobs:
test_something:
runs-on: ubuntu-latest
steps:
- run: echo "All is fine."