mirror of https://github.com/sgoudham/nvim.git
ci(github): Add stylua check for main branch
parent
398b638799
commit
ebc5035e8d
@ -1,17 +1,16 @@
|
|||||||
name: stylua
|
name: stylua
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: ["main", "dev"]
|
||||||
- dev
|
paths-ignore:
|
||||||
paths-ignore:
|
- ".github/**"
|
||||||
- ".github/**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stylua:
|
stylua:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: JohnnyMorganz/stylua-action@1.0.0
|
- uses: JohnnyMorganz/stylua-action@1.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --check --config-path=stylua.toml .
|
args: --check --config-path=stylua.toml .
|
||||||
|
Loading…
Reference in New Issue