Skip to content

Commit

Permalink
ci: add bused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ryall committed Jul 18, 2024
1 parent 53e0c32 commit 68630ea
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 89 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/ci.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/commit_lint.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/release.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Run tests
on:
pull_request: ~
push:
branches:
- main

jobs:
build:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
neovim_version: ["nightly", "stable"]

steps:
- uses: actions/checkout@v4
- name: Run tests
uses: nvim-neorocks/nvim-busted-action@v1
with:
nvim_version: ${{ matrix.neovim_version }}

0 comments on commit 68630ea

Please sign in to comment.