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