mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 04:40:36 +00:00
chore(actions): add other luau dirs to analyze cmd
This commit is contained in:
parent
aee0a8967c
commit
830f91c376
2 changed files with 65 additions and 64 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
cache: 'pnpm'
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm i
|
||||
|
@ -46,7 +46,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
cache: 'pnpm'
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm i
|
||||
|
@ -73,7 +73,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
cache: 'pnpm'
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm i
|
||||
|
@ -85,7 +85,7 @@ jobs:
|
|||
run: pnpm build
|
||||
|
||||
- name: Analyze
|
||||
run: luau-lsp analyze --settings=".vscode/settings.json" tests
|
||||
run: luau-lsp analyze --settings=".vscode/settings.json" tests/ examples/ .lune/
|
||||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
.lune/
|
||||
out/
|
||||
tests/
|
||||
LICENSE.md
|
Loading…
Reference in a new issue