From 964826505644a0fce072531f20dac43226079d2e Mon Sep 17 00:00:00 2001 From: David Queneau <748280+Toad-Dev@users.noreply.github.com> Date: Fri, 23 Apr 2021 17:58:40 -0700 Subject: [PATCH] Fix github actions --- .github/workflows/main-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 0dbdaf69c..cf74d810a 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -31,17 +31,3 @@ jobs: with: name: cc-restiched path: build/libs - - - name: Upload Coverage - run: bash <(curl -s https://codecov.io/bash) - continue-on-error: true - - - name: Lint Lua code - run: | - test -d bin || mkdir bin - test -f bin/illuaminate || wget -q -Obin/illuaminate https://squiddev.cc/illuaminate/linux-x86-64/illuaminate - chmod +x bin/illuaminate - bin/illuaminate lint - - - name: Check whitespace - run: python3 tools/check-lines.py