mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-13 05:20:37 +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
|
- name: Install Node
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4.0.2
|
||||||
with:
|
with:
|
||||||
cache: 'pnpm'
|
cache: "pnpm"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm i
|
run: pnpm i
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4.0.2
|
||||||
with:
|
with:
|
||||||
cache: 'pnpm'
|
cache: "pnpm"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm i
|
run: pnpm i
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4.0.2
|
||||||
with:
|
with:
|
||||||
cache: 'pnpm'
|
cache: "pnpm"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm i
|
run: pnpm i
|
||||||
|
@ -85,7 +85,7 @@ jobs:
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
run: luau-lsp analyze --settings=".vscode/settings.json" tests
|
run: luau-lsp analyze --settings=".vscode/settings.json" tests/ examples/ .lune/
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
.lune/
|
||||||
out/
|
out/
|
||||||
tests/
|
tests/
|
||||||
LICENSE.md
|
LICENSE.md
|
Loading…
Reference in a new issue