style: lint yaml files
parent
fe50fe3844
commit
0eed1030e1
|
|
@ -2,8 +2,11 @@ name: Format with Stylua
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [main]
|
||||||
paths: [ '**.lua' ]
|
paths: ["**.lua"]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
postprocessing:
|
postprocessing:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue