Skip to content

Misc changes

Misc changes #5

Workflow file for this run

name: "nix flake check"
on:
pull_request:
branches:
- main
jobs:
treefmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Run nix flake check
run: nix flake check