Skip to content

Update flake.lock

Update flake.lock #52

Workflow file for this run

name: Lint
on:
push:
branches:
- main
tags:
- "v*.*.*"
pull_request:
branches:
- main
jobs:
lint:
name: Lint zen mapper
runs-on: ubuntu-22.04
steps:
# Configure the runner
- name: git checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main
with:
fail-mode: true
# Lint
- name: Check formatting
run: |
nix develop --command \
just lint