Skip to content

do not set exit code if a version is already installed #10

do not set exit code if a version is already installed

do not set exit code if a version is already installed #10

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: nvimv checks
on: [push]
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Populate Nix store
run:
nix-shell --pure --run 'true'
- name: Check formatting
run:
nix-shell --pure --run 'make fmt-check'