Skip to content

feat: add command interface #6

feat: add command interface

feat: add command interface #6

Workflow file for this run

name: Format all files
on:
push:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
treefmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run treefmt
run: nix develop --no-update-lock-file --command treefmt --fail-on-change --no-cache