Skip to content

Switch to devenv

Switch to devenv #25

Workflow file for this run

---
name: Formatting
on:
push:
branches:
- main
pull_request:
jobs:
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Format
shell: devenv shell bash -- -e {0}
run: treefmt --fail-on-change