FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Python-Notebooks/.github/workflows/python-ci.yml at main · SagarBiswas-MultiHAT/Python-Notebooks · GitHub
SagarBiswas-MultiHAT
/
Python-Notebooks
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
24
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Python-Notebooks
/
.github
/
workflows
/
python-ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (20 loc) · 440 Bytes
Breadcrumbs
Python-Notebooks
/
.github
/
workflows
/
python-ci.yml
Copy path
File metadata and controls
25 lines (20 loc) · 440 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name
:
Python CI
on
:
push
:
branches
:
-
main
pull_request
:
branches
:
-
main
jobs
:
validate
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v4
-
name
:
Set up Python
uses
:
actions/setup-python@v5
with
:
python-version
:
'
3.12
'
-
name
:
Run repository validation tests
run
:
python -m unittest discover -s tests -v
Back
|
FazBrowse Home
|
New Git URL