1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-11-23 20:37:50 +01:00
presence.nvim/.github/workflows/stylua.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 5: cannot unmarshal !!seq into model.Job
Jiří Štefka fb129b1de7
feat(ci/cd): add stylua action (#12)
* feat(ci/cd): add stylua action

* docs: Add StyLua disclaimer to README

* fix(ci/cd-stylua): Secret started with GITHUB_

* fix(ci/cd-stylua): Missing name, on, jobs
2023-09-29 01:57:42 +02:00

12 lines
339 B
YAML

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