Skip to content

Commit fb2b799

Browse files
committed
ci: add lls-check to ci.yml
1 parent 426af3b commit fb2b799

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,17 @@ jobs:
4040
version: "0.19"
4141
args: --check lua
4242

43+
check:
44+
runs-on: ubuntu-latest
45+
steps:
46+
- uses: actions/checkout@v3
47+
48+
- name: deps
49+
run: |
50+
sudo add-apt-repository universe
51+
sudo apt install lua-language-server -y
52+
53+
- name: lls-check
54+
run: |
55+
scripts/lls-check
56+

0 commit comments

Comments
 (0)