ci: use treefmt --ci
Some checks failed
Flake checks / Check (pull_request) Failing after 18s

See: https://treefmt.com/usage
This adds the following flags for CI usage:
"--no-cache, --fail-on-change and adjusting some other settings best suited to a CI".
This commit is contained in:
teutat3s 2024-10-24 14:49:15 +02:00
parent 0ae6bc637b
commit a4381b9830
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -10,7 +10,7 @@ jobs:
- name: Check formatting
run: |
nix --accept-flake-config --access-tokens '' develop --command treefmt --fail-on-change
nix --accept-flake-config --access-tokens '' develop --command treefmt --ci
- name: Run flake checks
run: |