Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit564ebef

Browse files
Fix CI/CD (attempt 1 out of too many, likely)
1 parentdf95da8 commit564ebef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run:uv lock --check
3131
-name:Check code style
3232
run:|
33-
ruff check --output-format=github
34-
ruff format --check
33+
uv runruff check --output-format=github
34+
uv runruff format --check
3535
-name:Execute tests
3636
run:uv run coverage run --source portion -m pytest
3737
-name:Upload coverage to Coveralls

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp