From 90d5224ca013d1d52662baef8c0056c591da6196 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Tue, 9 Jun 2026 10:36:10 +0200 Subject: [PATCH] typo --- .gitea/workflow/action.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .gitea/workflow/action.yaml diff --git a/.gitea/workflow/action.yaml b/.gitea/workflow/action.yaml deleted file mode 100644 index aac88ee..0000000 --- a/.gitea/workflow/action.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: CI - -on: - push: - branches: [ "master" ] - -jobs: - build-and-test: - runs-on: linmidas - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Configure project - run: | - cmake -B build - - name: Build - run: | - cmake --build build - - name: Run tests - run: | - python tests/test.py - \ No newline at end of file