mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(actions): ignore terracotta during analysis (x2)
This commit is contained in:
parent
6099233d90
commit
2aba1d36dd
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 --ignore=".lune/terracotta" --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