Skip to content

Commit 9700828

Browse files
committed
ci: Fix linting
1 parent 7652d43 commit 9700828

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/luau.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
version: 'v0.3.0'
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717

18-
- name: Link all packages
19-
run: npm run build:link
20-
2118
- name: Generate Sourcemap
2219
run: npm run build:sourcemap
2320

2421
- name: Luau-lsp analyze
25-
run: luau-lsp analyze src
22+
run: npm run lint:luau

0 commit comments

Comments
 (0)