From ce6dd661e41ad1ab6ffff924c4d7b66dc340847c Mon Sep 17 00:00:00 2001 From: stableconfusionv3x Date: Sun, 27 Oct 2024 22:32:06 +0100 Subject: [PATCH] Create WAIDH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I dont know what I’m doing i Hope it Brake somsthing --- pages/WAIDH | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pages/WAIDH diff --git a/pages/WAIDH b/pages/WAIDH new file mode 100644 index 0000000000..4cc453f4c3 --- /dev/null +++ b/pages/WAIDH @@ -0,0 +1,18 @@ +name: CI +on: push +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Install Python + uses: actions/setup-python@v5 + with: + python-version: "3.11" + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install ruff + # Update output format to enable automatic inline annotations. + - name: Run Ruff + run: ruff check --output-format=github .