aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-02-01 22:41:46 +0100
committeralexpdp7 <alex@corcoles.net>2026-02-01 22:42:10 +0100
commitdcdcf9a4b9f5aa1fc05bcb8e719e86ed7b8e1234 (patch)
tree0a49401b689596c3a5c9d927a10e64a2485484cd /.github
parentc07273351f1be7fe517431c89f24443fa8246dee (diff)
Remove obsolete GitHub workflowmaster
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 86d2cbcb..00000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-on:
- pull_request:
-
-jobs:
- test:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- - run: |
- cd blog/
- pipx install uv
- uv tool run ruff check
- uv run pytest