From 16cb8b2e24b49f1ceaad435692547fd012bbdacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 11 Mar 2021 18:14:53 +0100 Subject: [PATCH] fix #374 --- .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 a91a8e87..5131ba88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: python3 setup.py egg_info - name: Lint check run: | - cardboardlinter -n auto + cardboardlinter --refspec main -n auto - name: Unit tests run: nosetests tests --nocapture --processes=0 --process-timeout=20 --process-restartworker - name: Test scripts