From 87657e315592b20a0180602a5e74879cde9125a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 29 Sep 2023 01:44:21 +0200 Subject: [PATCH] feat(ci/cd): add stylua action --- .github/workflows/stylua.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/stylua.yml diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml new file mode 100644 index 0000000..5d53eec --- /dev/null +++ b/.github/workflows/stylua.yml @@ -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 .