From 462fb5e6abe2ac750863e6c79a7bf8822325e983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 8 Mar 2021 05:19:05 +0100 Subject: [PATCH] ci update --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a53bda98..25a0d218 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: python3 setup.py egg_info - name: Lint check run: | - cardboardlinter --refspec ${GITHUB_BASE_REF} -n auto + cardboardlinter -n auto - name: Unit tests run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker - name: Test scripts