File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ main ]
65 pull_request :
7- branches : [ main ]
86
97jobs :
108 lint :
2321 - name : Run ruff check
2422 run : uv run ruff check .
2523 - name : Run ruff format check
26- run : uv run ruff format --check .
24+ run : uv run ruff format --check .
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ name: Test
22
33on :
44 push :
5- branches : [ main ]
65 pull_request :
7- branches : [ main ]
86
97jobs :
108 test :
3432 run : uv run ruff check .
3533
3634 - name : Run ruff format check
37- run : uv run ruff format --check .
35+ run : uv run ruff format --check .
Original file line number Diff line number Diff line change 11# Avanak
22
3+ [ ![ CI] ( https://github.com/pouralijan/avanak-python/actions/workflows/test.yml/badge.svg )] ( https://github.com/pouralijan/avanak-python/actions/workflows/test.yml )
34[ ![ PyPI version] ( https://badge.fury.io/py/avanak.svg )] ( https://pypi.org/project/avanak/ )
45[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/avanak.svg )] ( https://pypi.org/project/avanak/ )
56[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments