mirror of https://github.com/sgoudham/nvim.git
commit
e749f50487
@ -0,0 +1,19 @@
|
|||||||
|
name: stylua
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
name: stylua
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main", "dev"]
|
||||||
|
pull_request:
|
||||||
|
branches: ["main", "dev"]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
stylua:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: JohnnyMorganz/stylua-action@1.0.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
args: --check --config-path=stylua.toml .
|
Loading…
Reference in New Issue