1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 20:12:59 +02:00

feat(ci/cd): add stylua action

This commit is contained in:
Jiří Štefka 2023-09-29 01:44:21 +02:00
parent 2d57aa297b
commit 87657e3155
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

7
.github/workflows/stylua.yml vendored Normal file
View 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 .