FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-docs-pl/.github/workflows/pre-commit.yml at 3.15 · python/python-docs-pl · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
python-docs-pl
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16
Star
57
Code
Issues
4
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-docs-pl
/
.github
/
workflows
/
pre-commit.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 508 Bytes
Breadcrumbs
python-docs-pl
/
.github
/
workflows
/
pre-commit.yml
Copy path
File metadata and controls
22 lines (18 loc) · 508 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
:
schedule
:
-
cron
:
0 0 * * 1,5
env
:
FORCE_COLOR
:
1
permissions
:
{}
jobs
:
lint
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
persist-credentials
:
false
-
uses
:
actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97
#
v7.0.0
with
:
python-version
:
3.x
-
uses
:
tox-dev/action-pre-commit-uv@e09b8958484dfe71f4ac3bc7afb230ba506402ec
#
v1.0.5
Back
|
FazBrowse Home
|
New Git URL