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