Skip to content

docs(README): clarify installation instructions for rocks.nvim (#1459) #37

docs(README): clarify installation instructions for rocks.nvim (#1459)

docs(README): clarify installation instructions for rocks.nvim (#1459) #37

Workflow file for this run

name: "Codebase Checks"
# This workflow runs various checks (type checking, code checks)
# to ensure that Neorg is not breaking.
on:
push:
pull_request:
workflow_dispatch:
jobs:
integration-test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- name: Run Checks
run: nix flake check