FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
commit0/.github/workflows/pre-commit.yml at main · commit-0/commit0 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
commit-0
/
commit0
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
191
Code
Issues
3
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
commit0
/
.github
/
workflows
/
pre-commit.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (20 loc) · 535 Bytes
Breadcrumbs
commit0
/
.github
/
workflows
/
pre-commit.yml
Copy path
File metadata and controls
22 lines (20 loc) · 535 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
name
:
pre-commit
on
:
pull_request
:
push
:
branches
:
[main]
jobs
:
pre-commit
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Install uv
uses
:
astral-sh/setup-uv@v2
-
name
:
Set up Python
run
:
uv venv --python 3.12
-
name
:
Install the project
run
:
uv sync --extra agent
-
name
:
Install the project
run
:
uv pip install pre-commit
-
name
:
PreCommit
run
:
uv run pre-commit run --show-diff-on-failure --color=always --all-files
Back
|
FazBrowse Home
|
New Git URL