aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index cd0e51982..e51833814 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -3,7 +3,7 @@ name: Linting and style checking
on:
pull_request:
branches:
- - "master"
+ - "main"
jobs:
luacheck:
@@ -37,7 +37,7 @@ jobs:
name: Lint queries
runs-on: ubuntu-latest
env:
- NVIM_TAG: stable
+ NVIM_TAG: nightly
steps:
- uses: actions/checkout@v4