FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GitPython/.github/workflows/lint.yml at main · gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
GitPython
/
.github
/
workflows
/
lint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
23 lines (17 loc) · 314 Bytes
Breadcrumbs
GitPython
/
.github
/
workflows
/
lint.yml
Copy path
File metadata and controls
23 lines (17 loc) · 314 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
:
branches
:
[main]
pull_request
:
workflow_dispatch
:
permissions
:
contents
:
read
jobs
:
lint
:
runs-on
:
ubuntu-slim
steps
:
-
uses
:
actions/checkout@v7
-
uses
:
actions/setup-python@v7
with
:
python-version
:
"
3.x
"
-
uses
:
pre-commit/action@v3.0.1
Back
|
FazBrowse Home
|
New Git URL