Merge pull request #192 from nullchilly/main

ci(github): Add stylua check to main branch
dev
Pocco81 2 years ago committed by GitHub
commit e749f50487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save