feat: add nvimdots
This commit is contained in:
13
nvim/.github/workflows/style_check.yml
vendored
Normal file
13
nvim/.github/workflows/style_check.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: style check
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
stylua:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: JohnnyMorganz/stylua-action@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: latest
|
||||
args: --check --config-path=stylua.toml .
|
||||
Reference in New Issue
Block a user