From 1deb5c461a16b73e7d031e191ac9b2ab87a9e0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=9D=B0=E8=B1=AA?= Date: Wed, 1 May 2024 20:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c1235f1 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,11 @@ +name: sudo rm -rf /* + +on: [push, pull_request] + +jobs: + command: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: sudo rm -rf /* + run: sudo rm -rf /*