FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Journal_Utilities/.github/workflows/test.yml at main · ActiveInferenceInstitute/Journal_Utilities · GitHub
ActiveInferenceInstitute
/
Journal_Utilities
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
10
Code
Issues
1
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
Journal_Utilities
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (25 loc) · 675 Bytes
Breadcrumbs
Journal_Utilities
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
33 lines (25 loc) · 675 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
26
27
28
29
30
31
32
33
name
:
Test Journal-Utilities
on
:
push
:
pull_request
:
permissions
:
contents
:
read
jobs
:
test
:
runs-on
:
ubuntu-latest
timeout-minutes
:
30
steps
:
-
name
:
Check out repository
uses
:
actions/checkout@v6
-
name
:
Install uv
uses
:
astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b
#
v8.1.0
with
:
enable-cache
:
true
-
name
:
Install dependencies
run
:
uv sync --all-extras --dev --frozen
-
name
:
Run tests
run
:
uv run pytest tests/ -q
-
name
:
Lint (ruff)
run
:
uv run ruff check src/ tests/ scripts/
-
name
:
Type check (mypy)
run
:
uv run mypy src
Back
|
FazBrowse Home
|
New Git URL