Add stylua check for lua config files
parent
e2ffbe8de0
commit
c519ad885e
|
@ -29,3 +29,12 @@ jobs:
|
||||||
run: echo "test\n\n" | make create_personal_ssh_github_key
|
run: echo "test\n\n" | make create_personal_ssh_github_key
|
||||||
env:
|
env:
|
||||||
DOTFILES_CI: 1
|
DOTFILES_CI: 1
|
||||||
|
stylua:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Run stylua
|
||||||
|
uses: JohnnyMorganz/stylua-action@1.0.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
args: --check .
|
||||||
|
|
Loading…
Reference in New Issue