FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
adventofcode/.github/workflows/ci-2024-python.yml at master · Peter554/adventofcode · GitHub
Peter554
/
adventofcode
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
adventofcode
/
.github
/
workflows
/
ci-2024-python.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (27 loc) · 628 Bytes
Breadcrumbs
adventofcode
/
.github
/
workflows
/
ci-2024-python.yml
Copy path
File metadata and controls
33 lines (27 loc) · 628 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
:
CI 2024 Python
on
:
push
:
branches
:
-
master
-
"
2024-py-*
"
paths
:
-
"
2024/python/**
"
jobs
:
check
:
name
:
Check
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v5
-
name
:
Install uv
uses
:
astral-sh/setup-uv@v7
-
name
:
Install just
uses
:
extractions/setup-just@v3
-
name
:
Install typos
uses
:
crate-ci/typos@v1.41.0
with
:
files
:
./README.md
-
name
:
Move typos into path
run
:
mv ./typos /usr/local/bin/
-
name
:
Run checks
run
:
just check
working-directory
:
./2024/python
Back
|
FazBrowse Home
|
New Git URL