Merge pull request 'test actions' (#2) from dev into main
test / test (push) Successful in 5s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-09-17 21:17:32 +00:00
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 # PyPI configuration file
.pypirc .pypirc
.docs
docs