diff --git a/.gitea/workflows/check_pr.yaml b/.gitea/workflows/check_pr.yaml new file mode 100644 index 0000000..d1793cc --- /dev/null +++ b/.gitea/workflows/check_pr.yaml @@ -0,0 +1,9 @@ +name: "PR Checks" +on: [push] + +jobs: + test_something: + runs-on: ubuntu-latest + steps: + - run: echo "All is fine." + \ No newline at end of file