FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hydrogram/.github/workflows/code-style.yml at dev · hydrogram/hydrogram · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hydrogram
/
hydrogram
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
54
Star
244
Code
Issues
16
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
hydrogram
/
.github
/
workflows
/
code-style.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
24 lines (19 loc) · 484 Bytes
Breadcrumbs
hydrogram
/
.github
/
workflows
/
code-style.yml
Copy path
File metadata and controls
24 lines (19 loc) · 484 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
name
:
Check style
on
:
[push, pull_request]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Install uv
uses
:
astral-sh/setup-uv@v5
with
:
enable-cache
:
true
cache-dependency-glob
:
"
uv.lock
"
-
name
:
Install dependencies
run
:
|
uv sync --all-extras --dev
-
name
:
Analysing the code with Ruff
run
:
|
uv run ruff format --check .
uv run ruff check . --ignore=E501
Back
|
FazBrowse Home
|
New Git URL