actions-test/.gitea/workflows/check_pr.yaml
Marko Zagar 55a0d68c8b
All checks were successful
PR Checks / test_something (push) Successful in 1s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Add a new check
2024-10-02 00:31:00 +03:00

9 lines
127 B
YAML

name: "PR Checks"
on: [push]
jobs:
test_something:
runs-on: ubuntu-latest
steps:
- run: echo "All is fine."