From 6fa233b6141b98a44b3bc1f36b657da3b429c093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl?= Date: Sun, 1 Oct 2023 14:05:11 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c21a8d..5b97727 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: pip install tox - name: Run styles check run: tox -elint - json-lint: + ecosystem-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1