diff --git a/.github/workflows/apply-patch.yml b/.github/workflows/apply-patch.yml new file mode 100644 index 0000000..45c30ce --- /dev/null +++ b/.github/workflows/apply-patch.yml @@ -0,0 +1,40 @@ +name: Apply Patch + +on: [push] + +jobs: + apply_patch: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Apply patch + run: | + git apply <