Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 10, 2024
1 parent 3567672 commit 559bff3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
deno:
name: Deno format and lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
Expand All @@ -18,6 +19,7 @@ jobs:

test:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -54,6 +56,7 @@ jobs:
static-validation:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@just
Expand All @@ -72,12 +75,11 @@ jobs:

nvim:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
sudo apt-get update
sudo apt-get install -y fuse libfuse2
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
tar -xzvf nvim-linux64.tar.gz
Expand Down Expand Up @@ -123,4 +125,3 @@ jobs:
'EOF'
"$NVIM" test/highlight/injection.just

0 comments on commit 559bff3

Please sign in to comment.