feat: use new neovim apis, add :healthcheck
, fix sudo query_command
#30
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: StyLua | |
on: | |
pull_request: | |
push: | |
paths-ignore: | |
- "*.md" | |
branches: [master] | |
jobs: | |
stylua: | |
name: StyLua | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: JohnnyMorganz/stylua-action@v3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
version: v0.18.1 | |
args: --check . |