Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Disable annoying suggestions #65

Disable annoying suggestions

Disable annoying suggestions #65

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Build neovim
run: nix build .#neovim-bundle