mirror of
https://git.turbo-data.com/nprasad2077/Streamlit_NBA.git
synced 2026-09-22 14:35:14 +00:00
test actions
This commit is contained in:
@@ -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
|
||||||
@@ -174,3 +174,5 @@ cython_debug/
|
|||||||
# PyPI configuration file
|
# PyPI configuration file
|
||||||
.pypirc
|
.pypirc
|
||||||
|
|
||||||
|
.docs
|
||||||
|
docs
|
||||||
|
|||||||
Reference in New Issue
Block a user