Skip to content

Update flake.lock

Update flake.lock #141

Workflow file for this run

name: "treefmt"
on:
pull_request:
branches:
- main
jobs:
treefmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.2
- name: Install nix
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Run treefmt
run: nix develop --command treefmt --fail-on-change