Skip to content

build(deps): bump vim/bundle/nvim-lspconfig from f4fef35 to cc5f97f #109

build(deps): bump vim/bundle/nvim-lspconfig from f4fef35 to cc5f97f

build(deps): bump vim/bundle/nvim-lspconfig from f4fef35 to cc5f97f #109

Workflow file for this run

---
name: "devenv test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Build the devenv shell and run any pre-commit hooks
run: devenv test