diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 77a8bd1e9f..29e9ddbf8b 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -1,6 +1,7 @@ -# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: Python code lint and formatting with ruff + on: [push, pull_request] + jobs: ruff: runs-on: ubuntu-latest