From ccca3c79adc7ccc2d3b8ed6cf2d614ee7f26595c Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Jul 2026 15:49:04 +0200 Subject: trying to add ci --- .github/workflow/ci.yml | 14 -------------- .github/workflow/main.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .github/workflow/ci.yml create mode 100644 .github/workflow/main.yml (limited to '.github') diff --git a/.github/workflow/ci.yml b/.github/workflow/ci.yml deleted file mode 100644 index 549aa68..0000000 --- a/.github/workflow/ci.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)s 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 -- cgit v1.2.3