mirror of
https://github.com/CompeyDev/lune-luau-template.git
synced 2024-12-12 04:40:41 +00:00
Pass args as value to script in lune command
This commit is contained in:
parent
d04beb5f5c
commit
94b5627ed1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
cache: true
|
||||
|
||||
- name: Check formatting
|
||||
run: lune run fmt src/ --check
|
||||
run: lune run fmt src/ -- --check
|
||||
|
||||
lint:
|
||||
needs: ["fmt"]
|
||||
|
|
Loading…
Reference in a new issue