FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devguide/.github/workflows/lint.yml at main · python/devguide · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
devguide
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1k
Star
2.1k
Code
Issues
84
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devguide
/
.github
/
workflows
/
lint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
23 lines (18 loc) · 547 Bytes
Breadcrumbs
devguide
/
.github
/
workflows
/
lint.yml
Copy path
File metadata and controls
23 lines (18 loc) · 547 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
name
:
Lint
on
:
[push, pull_request, workflow_dispatch]
permissions
:
{}
env
:
FORCE_COLOR
:
1
RUFF_OUTPUT_FORMAT
:
github
jobs
:
lint
:
runs-on
:
ubuntu-latest
timeout-minutes
:
10
steps
:
-
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
persist-credentials
:
false
-
uses
:
actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
#
v6.3.0
with
:
python-version
:
"
3.x
"
-
uses
:
j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d
#
v2.0.5
Back
|
FazBrowse Home
|
New Git URL