From 692b051b09935653befdb8f7ba8afdb640adf17b Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Mon, 12 Jun 2023 09:54:30 -0600 Subject: feat!: drop modules, general refactor and cleanup --- .github/workflows/lint.yml | 4 ++-- .github/workflows/test-queries.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') 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 - name: Prepare diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index 8fe1f082a..5e9be1e38 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -85,4 +85,4 @@ jobs: run: cp -r ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/* parser - name: Check query files - run: $NVIM -l scripts/check-queries.lua + run: $NVIM -l ./scripts/check-queries.lua -- cgit v1.2.3-70-g09d2