aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:42:07 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 22:42:07 +0200
commit8489aeda0fc7a3346c79917133bf26d484905259 (patch)
treedf8afa2f5c97a947de770885b6a2f4b34d42deaa /.github/workflows/ci.yml
parentd6be417dd5107f74e1ba74ef5794beac174b0c52 (diff)
downloadg-main.tar.gz
g-main.zip
Remove .github directoryHEADmain
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml16
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