From 7c2d465ab40ac2004fe50eb55c8728dab9fdaed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Goc=C5=82awski?= Date: Tue, 28 May 2024 15:36:32 +0200 Subject: [PATCH] Run linters with GitHub Actions. --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a10572f..55b557f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -20,4 +20,4 @@ jobs: - name: Install tox and any other packages run: pip install tox - name: Run tox - run: tox -e py + run: tox run -e lint,py