This commit is contained in:
Ching Pei Yang 2026-04-07 14:43:26 +00:00 committed by GitHub
commit bf4e7fe34d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 6 deletions

View file

@ -36,7 +36,7 @@ jobs:
with:
authToken: ${{ secrets.CACHIX_TOKEN }}
extraPullNames: nix-community
name: neovim-flake
name: nvf
- name: Set default git branch (to reduce log spam)
run: git config --global init.defaultBranch main
@ -44,5 +44,5 @@ jobs:
- name: Validate Flakes
run: nix flake check
- name: Build neovim-flake with default settings
- name: Build nvf with default settings
run: nix build .#${{ matrix.package }} --print-build-logs

View file

@ -84,6 +84,9 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.title, '[skip ci]')"
strategy:
# avoid having 2 jobs building ndg when no cache is available
# TODO: there is probably a better way
max-parallel: 1
matrix:
package:
- docs