aboutsummaryrefslogtreecommitdiff
path: root/.github/workflow/main.yml
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-26 15:49:04 +0200
committerAdam <adammegarules1@gmail.com>2026-07-26 15:49:04 +0200
commitccca3c79adc7ccc2d3b8ed6cf2d614ee7f26595c (patch)
treec2ad9306046d56d0926bdb40c4bf856ee98562dd /.github/workflow/main.yml
parent6981a735f91320cb9978193b6fa0d06be3304a5a (diff)
trying to add ci
Diffstat (limited to '.github/workflow/main.yml')
-rw-r--r--.github/workflow/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflow/main.yml b/.github/workflow/main.yml
new file mode 100644
index 0000000..549aa68
--- /dev/null
+++ b/.github/workflow/main.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