diff --git a/.gitea/workflows/pull_request.yml b/.gitea/workflows/pull_request.yml new file mode 100644 index 0000000..f9a3436 --- /dev/null +++ b/.gitea/workflows/pull_request.yml @@ -0,0 +1,16 @@ +name: Test pull_request + +on: + - pull_request + +jobs: + setup: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + fetch-depth: 1 + + - run: | + cat README.md