Skip to content

Commit

Permalink
Adim: Add format check by ruff in Github Actions (#7510)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugumi-sys authored Mar 22, 2024
1 parent c8db699 commit e3555bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ init:
lint:
@echo "Running ruff..."
ruff check moto tests
ruff format --check moto tests
@echo "Running pylint..."
pylint -j 0 moto tests
@echo "Running MyPy..."
Expand Down

0 comments on commit e3555bb

Please sign in to comment.