From 1899895fae6a38ae3bcc798b62c82adce5390cc2 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:52:45 +0100 Subject: [PATCH] Create check-git-apply.yaml --- .github/workflows/check-git-apply.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/check-git-apply.yaml diff --git a/.github/workflows/check-git-apply.yaml b/.github/workflows/check-git-apply.yaml new file mode 100644 index 00000000..cd509742 --- /dev/null +++ b/.github/workflows/check-git-apply.yaml @@ -0,0 +1,20 @@ +name: Check git apply + +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + path: bromite + fetch-depth: 1 + + - name: Prepare container + run: | + sudo apt update + sudo apt install -y wget unzip sqlite3 + wget https://github.com/uazo/superpatch/releases/latest/download/SuperPatchUtils.tar.gz + tar xfz SuperPatchUtils.tar.gz