fix(ci): revamp

This commit is contained in:
Barrett Ruth 2025-09-18 19:59:07 -04:00
parent 6c09b9ae99
commit 2e1280e17c
5 changed files with 30 additions and 20 deletions

View file

@ -64,16 +64,3 @@ jobs:
run: uv tool install ruff
- name: Lint Python files with ruff
run: ruff check scrapers/
test:
name: Tests
runs-on: ubuntu-latest
strategy:
matrix:
nvim_version: [stable, nightly]
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
with:
nvim_version: ${{ matrix.nvim_version }}