mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-06 20:33:00 +02:00
feat(ci/cd): add stylua action
This commit is contained in:
parent
2d57aa297b
commit
87657e3155
1 changed files with 7 additions and 0 deletions
7
.github/workflows/stylua.yml
vendored
Normal file
7
.github/workflows/stylua.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: JohnnyMorganz/stylua-action@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
|
||||||
|
# CLI arguments
|
||||||
|
args: --check .
|
Loading…
Reference in a new issue