From 480824d3f33bbaaba4e8fa3b3d9525c4c0464a1d Mon Sep 17 00:00:00 2001 From: ray-x Date: Wed, 27 Jul 2022 02:34:08 +1000 Subject: [PATCH] lint does not support lua5.1 JIT ... --- .github/workflows/lint.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 4fdacad..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: lint - -on: - push: - branches: - - master - - pull_request: - branches: - - master - -jobs: - selene: - name: Lint - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v2 - - uses: NTBBloodbath/selene-action@v1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --config selene.toml --color always ./lua