Skip to content

Commit 098d6cb

Browse files
committed
switch to ruff
1 parent 137d2a8 commit 098d6cb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ jobs:
3434
run: |
3535
pip install .[dev]
3636
37-
- name: Run Linter
38-
run: pylint src
37+
- uses: chartboost/ruff-action@v1
38+
39+
- uses: chartboost/ruff-action@v1
40+
with:
41+
args: 'format --check'
3942

4043
- name: Run mypy
4144
run: mypy src/SideBot

0 commit comments

Comments
 (0)