test actions
test / test (push) Successful in 5s

This commit is contained in:
2026-09-17 16:15:59 -05:00
parent 2a287ebb0a
commit 4d633a39be
3 changed files with 12 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
# .gitea/workflows/test.yml
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node --version
+2
View File
@@ -174,3 +174,5 @@ cython_debug/
# PyPI configuration file
.pypirc
.docs
docs