Skip to content

Commit

Permalink
Fix github action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsk committed Jun 18, 2024
1 parent 3c93eaa commit fada8b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: MunifTanjim/setup-neovim-action@v1
- run: |
nvim --version
- name: Prepare
run: ./setup-test.sh
run: ./setup_test.sh

- name: Test
run: ./test.sh

0 comments on commit fada8b7

Please sign in to comment.