From a0a63d9752471f8775a7bd6b732ddd62e2439ff2 Mon Sep 17 00:00:00 2001 From: Paul Emmerich Date: Sat, 2 Mar 2024 22:40:50 +0100 Subject: [PATCH] Enable LuaLS checking workflow --- .github/workflows/luals.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/luals.yml diff --git a/.github/workflows/luals.yml b/.github/workflows/luals.yml new file mode 100644 index 00000000..6de4e060 --- /dev/null +++ b/.github/workflows/luals.yml @@ -0,0 +1,27 @@ +name: luals-checker + +on: + push: + branches: + - master + tags: + - "*" + pull_request: + branches: + - master + +run-name: LuaLS Check +jobs: + LuaLS-checker: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + path: ./workspace + - name: LuaLS check + uses: DeadlyBossMods/LuaLS-config@main + with: + luals-repo: emmericp/lua-language-server + luals-ref: 606e9cd238dbc924929d7047497de30ff44ee50c + luals-check-dir: ${{ github.workspace }}/workspace