From 03f266bc6896b9bd4cd2d240c84676228d3e8246 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 16 Apr 2023 15:02:25 +0200 Subject: [PATCH] Add a GitHub Action to lint Python code with ruff --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 760de4e1..2977cdae 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -18,4 +18,4 @@ jobs: with: python-version: ${{ matrix.python }} - run: pip install tox - - run: tox py + - run: tox -e py