test actions #2

Merged
nprasad2077 merged 1 commits from dev into main 2026-09-17 21:17:33 +00:00
3 changed files with 12 additions and 0 deletions
Showing only changes of commit 4d633a39be - Show all commits
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