Skip to content

Commit

Permalink
Run github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsk committed Jun 18, 2024
1 parent c9863db commit 3c93eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ jobs:
- uses: MunifTanjim/setup-neovim-action@v1
- run: |
nvim --version
- name: Prepare
run: ./setup-test.sh
- name: Test
run: ./test.sh

0 comments on commit 3c93eaa

Please sign in to comment.