We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0658d79 commit c2ec96eCopy full SHA for c2ec96e
.github/workflows/lib-checks.yml
@@ -62,8 +62,10 @@ jobs:
62
enable-cache: true
63
- name: Sync dependencies
64
run: uv sync --no-python-downloads --group dev
65
- - name: "Run ruff"
+ - name: "Run ruff linter check"
66
run: uv run ruff check discord/
67
+ - name: "Run ruff formatter check"
68
+ run: uv run ruff format --check discord/
69
mypy:
70
if: ${{ github.event_name != 'schedule' }}
71
runs-on: ubuntu-latest
0 commit comments