astronvim_config/.gitea/workflows/stylua.yml
Jiří Štefka 458af12abf
Some checks failed
Luacheck / Luacheck (push) Failing after 4s
StyLua / StyLuacheck (push) Failing after 4s
fix(ci/cd): Move to full ubuntu image
2023-10-04 08:36:40 +02:00

16 lines
446 B
YAML

name: StyLua
on: [push, pull_request]
jobs:
StyLuacheck:
runs-on: ubuntu-full-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: StyLua check
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GH_TOKEN }}
version: v0.18.2 # NOTE: we recommend pinning to a specific version in case of formatting changes
# CLI arguments
args: --check .