mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(actions): ignore terracotta during analysis
This commit is contained in:
parent
c96a6e6f46
commit
6099233d90
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
||||||
run: lune setup && pnpm build
|
run: lune setup && pnpm build
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
run: luau-lsp analyze --settings=".vscode/settings.json" tests/ examples/ .lune/
|
run: luau-lsp analyze --ignore=".lune/terracotta" --settings=".vscode/settings.json" tests/ examples/ .lune/
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pnpm lint
|
run: pnpm lint
|
||||||
|
|
Loading…
Reference in a new issue