Create check-git-apply.yaml

This commit is contained in:
uazo
2022-01-14 12:52:45 +01:00
committed by GitHub
parent 2d1539e968
commit 1899895fae
+20
View File
@@ -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