Skip to content

chore: update CHANGELOG #4

chore: update CHANGELOG

chore: update CHANGELOG #4

Workflow file for this run

name: Checks
on:
push:
branches: ["*"]
pull_request:
branches: ["main"]
merge_group:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v6
- name: Run checks
run: nix flake check