diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index 5bf6902..bb6354d 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -12,4 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Lint source code - uses: chartboost/ruff-action@v1 \ No newline at end of file + uses: chartboost/ruff-action@v1 + with: + args: 'format --check' \ No newline at end of file