FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-graphblas/.github/workflows/lint.yml at main · python-graphblas/python-graphblas · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-graphblas
/
python-graphblas
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
156
Code
Issues
55
Pull requests
45
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-graphblas
/
.github
/
workflows
/
lint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 501 Bytes
Breadcrumbs
python-graphblas
/
.github
/
workflows
/
lint.yml
Copy path
File metadata and controls
26 lines (23 loc) · 501 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
#
Rely on pre-commit.ci instead
name
:
Lint via pre-commit
on
:
workflow_dispatch
:
#
pull_request:
#
push:
#
branches-ignore:
#
- main
permissions
:
contents
:
read
jobs
:
pre-commit
:
name
:
pre-commit-hooks
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v6
with
:
fetch-depth
:
0
persist-credentials
:
false
-
uses
:
actions/setup-python@v6
with
:
python-version
:
"
3.11
"
-
uses
:
pre-commit/action@v3.0.1
Back
|
FazBrowse Home
|
New Git URL