FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-flopy-parser/.github/workflows/lint.yml at master · wpbonelli/python-flopy-parser · GitHub
wpbonelli
/
python-flopy-parser
Public
forked from
bdestombe/python-flopy-parser
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-flopy-parser
/
.github
/
workflows
/
lint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
30 lines (23 loc) · 532 Bytes
Breadcrumbs
python-flopy-parser
/
.github
/
workflows
/
lint.yml
Copy path
File metadata and controls
30 lines (23 loc) · 532 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
27
28
29
30
name
:
Lint
on
:
push
:
branches
:
[ master ]
pull_request
:
branches
:
[ master ]
jobs
:
lint
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Install uv
uses
:
astral-sh/setup-uv@v3
with
:
version
:
"
latest
"
-
name
:
Install dependencies
run
:
|
uv venv
uv pip install ruff
-
name
:
Check formatting with ruff
run
:
uv run ruff format --check
-
name
:
Run linting with ruff (all rules)
run
:
uv run ruff check
Back
|
FazBrowse Home
|
New Git URL