Skip to content

fix(vimdoc): update helptag reference #2432

fix(vimdoc): update helptag reference

fix(vimdoc): update helptag reference #2432

Workflow file for this run

name: "Nix build"
on:
pull_request:
push:
branches:
- master
workflow_call:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install nix
uses: cachix/install-nix-action@v31
- name: Setup cachix
uses: cachix/cachix-action@v12
with:
name: mrcjkb
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -Lv
shell:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install nix
uses: cachix/install-nix-action@v31
- name: Setup cachix
uses: cachix/cachix-action@v12
with:
name: mrcjkb
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#devShells.x86_64-linux.default -L