Skip to content

feat: Zettelkasten integration with the new CLI tool #42

feat: Zettelkasten integration with the new CLI tool

feat: Zettelkasten integration with the new CLI tool #42

Workflow file for this run

name: Pull Request Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
flake-checks:
name: Check Formatting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Nix
uses: cachix/install-nix-action@v27
# - name: Install devShell packages
# run: nix develop --command -- true
- name: Run flake checks
run: |
nix flake check