Adim: Add format check by ruff in Github Actions (#7510)

This commit is contained in:
Akira Noda 2024-03-23 06:04:01 +09:00 committed by GitHub
parent c8db699f3c
commit e3555bbe61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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..."