diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 22:42:07 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 22:42:07 +0200 |
| commit | 8489aeda0fc7a3346c79917133bf26d484905259 (patch) | |
| tree | df8afa2f5c97a947de770885b6a2f4b34d42deaa /.github/workflows | |
| parent | d6be417dd5107f74e1ba74ef5794beac174b0c52 (diff) | |
| download | g-main.tar.gz g-main.zip | |
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 9ec8993..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: CI - -on: - push: - branches: [main] - pull_request: - branches: [main] - -jobs: - tests: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Run tests - run: make unit-test |
