Skip to content

[neovim] Add dependabot-2.0 schema #257

[neovim] Add dependabot-2.0 schema

[neovim] Add dependabot-2.0 schema #257

Workflow file for this run

---
name: CI
on: push
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
- name: Update vim-plugins lock
run: nix flake lock --update-input vim-plugins
- name: Build configuration
run: nix run home-manager/master -- build --flake ${{ github.workspace }}
- name: Activate the configuration
run: ./result/activate