aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 15:48:26 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 15:48:26 +0200
commit6981a735f91320cb9978193b6fa0d06be3304a5a (patch)
tree647858d1796e700c9bda2d04cb3e39f70ac91f20 /.github
parent54704ebd1b03b3f33bcd7d2905a8538f5a842f0f (diff)
trying to add ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflow/ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflow/ci.yml b/.github/workflow/ci.yml
new file mode 100644
index 0000000..549aa68
--- /dev/null
+++ b/.github/workflow/ci.yml
@@ -0,0 +1,14 @@
+name: ci
+
+on:
+ push:
+ branches: [main]
+
+jobs:
+ tests:
+ name: Tests
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Force Failure
+ run: (exit 1)s