Skip to content

feat: add a basic configuration system #17

feat: add a basic configuration system

feat: add a basic configuration system #17

Workflow file for this run

name: "Run checks"
on:
pull_request:
push:
paths-ignore:
- "README.md"
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: mithril-shell
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Run checks
run: nix flake check -L