ci: add lls-check to ci.yml

This commit is contained in:
Alexander Courtis
2023-11-21 16:47:17 +11:00
parent 0d6b860e49
commit a2902e5159

View File

@@ -42,3 +42,17 @@ jobs:
- name: doc-comments
run: ./scripts/doc-comments.sh
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: deps
run: |
sudo add-apt-repository universe
sudo apt install lua-language-server -y
- name: lls-check
run: |
scripts/lls-check