aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 15:57:11 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 15:57:11 +0200
commit44ff8b9029d239f31abe8f14dd25ed72f0c78cc7 (patch)
treeffefd0875a0f6f9bba0c292c5562adf670c00200
parentdf57b72656e363d0a4db42fb6b985fceb448256a (diff)
removing tests workflow
-rw-r--r--.github/workflows/main.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index f34b5a0..0000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: ci
-
-on:
- push:
- branches: [main]
-
-jobs:
- tests:
- name: Tests
- runs-on: ubuntu-latest
-
- steps:
- - name: Force Failure
- run: (exit 1)