We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db93fe4 commit fbad9b1Copy full SHA for fbad9b1
.github/workflows/ci.yml
@@ -18,16 +18,19 @@ jobs:
18
args: --check lua
19
tests:
20
name: Run tests
21
+ needs:
22
+ - stylua
23
timeout-minutes: 15
24
strategy:
25
fail-fast: false
26
matrix:
27
# os: [ubuntu-latest, windows-latest]
28
os: [ubuntu-latest]
29
neovim_version: ["v0.9.5", "v0.10.2", "nightly"]
- include:
- - os: macos-latest
30
- neovim_version: v0.10.2
+ # Does not work; https://github.com/Allaman/kustomize.nvim/actions/runs/11244235042/job/31261846739
31
+ # include:
32
+ # - os: macos-latest
33
+ # neovim_version: v0.10.2
34
runs-on: ${{ matrix.os }}
35
steps:
36
- uses: actions/checkout@v4
0 commit comments