fix: Make CI use .lune instead of scripts/
This commit is contained in:
parent
b40f9801b8
commit
e3fbc88695
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ jobs:
|
|||
token: ${{ secrets.githubtoken }}
|
||||
|
||||
- name: Install Pesde packages
|
||||
run: lune run scripts/install-packages.luau
|
||||
run: lune run install-packages.luau
|
||||
|
||||
- name: Analyze
|
||||
run: lune run scripts/analyze.luau
|
||||
run: lune run analyze.luau
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
|
|
Loading…
Reference in a new issue