Add a new check
This commit is contained in:
parent
b1ec3975ab
commit
55a0d68c8b
9
.gitea/workflows/check_pr.yaml
Normal file
9
.gitea/workflows/check_pr.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: "PR Checks"
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test_something:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "All is fine."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user