Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AnimalEquality
/
chatbot
like
1
Running
App
Files
Files
Community
main
chatbot
/
.github
/
workflows
/
test.yaml
Evan Lesmez
nbdevify the project
adaea7c
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
name:
CI
on:
[
workflow_dispatch
,
pull_request
,
push
]
jobs:
test:
runs-on:
ubuntu-latest
steps:
[
uses:
fastai/workflows/nbdev-ci@master
]