diff options
| author | Kiyoon Kim <yoonkr33@gmail.com> | 2023-02-15 14:56:45 +0000 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-02-16 01:48:37 -0800 |
| commit | 80e41f22ceaa088df6d93a0026d1e7783bc6079e (patch) | |
| tree | 23beec60ee213e52277b74a78325359c7417066a /.github/workflows/lint.yml | |
| parent | Update parsers: c_sharp, fortran, sql (diff) | |
| download | nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.gz nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.bz2 nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.lz nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.xz nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.tar.zst nvim-treesitter-80e41f22ceaa088df6d93a0026d1e7783bc6079e.zip | |
prettier formatting yml and md
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71510b1b9..dd608d246 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: Linting and style checking -on: +on: push: pull_request: types: [opened, synchronize, reopened, ready_for_review] @@ -25,10 +25,10 @@ jobs: name: StyLua runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - version: latest - args: --check . + - uses: actions/checkout@v3 + - name: Lint with stylua + uses: JohnnyMorganz/stylua-action@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} + version: latest + args: --check . |
