Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Merge pull request #92 from Sigmapitech/fix/mirror-ci #239

Merge pull request #92 from Sigmapitech/fix/mirror-ci

Merge pull request #92 from Sigmapitech/fix/mirror-ci #239

Workflow file for this run

name: Lint
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run checks
run: nix flake check