From e483dd5c390a8caa25b1f6bc781351fe280c5fa4 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 26 Jul 2026 15:54:46 +0200 Subject: fixing typo --- .github/workflow/main.yml | 14 -------------- .github/workflows/main.yml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .github/workflow/main.yml create mode 100644 .github/workflows/main.yml diff --git a/.github/workflow/main.yml b/.github/workflow/main.yml deleted file mode 100644 index f34b5a0..0000000 --- a/.github/workflow/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) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..f34b5a0 --- /dev/null +++ b/.github/workflows/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) -- cgit v1.2.3