diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-02-01 09:08:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 09:08:45 +0100 |
| commit | 3041e32701c253122c7bbd366a97990d0fb718e6 (patch) | |
| tree | 22ba0ddf9b511c5f23b0b64f0d1c305b390952e8 /.github/workflows/lint.yml | |
| parent | ci: skip swift check on neovim stable (diff) | |
| download | nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.gz nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.bz2 nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.lz nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.xz nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.tar.zst nvim-treesitter-3041e32701c253122c7bbd366a97990d0fb718e6.zip | |
ci: mark automated PRs as draft (#2413)
The required checks can be initiated by marking the PR as ready for
review.
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0352c9e87..1324f2abb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,9 @@ name: Linting and style checking -on: [push, pull_request] +on: + push: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] jobs: luacheck: |
