From a4381b9830c4cd27577d636a07e8cb59c921db73 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 24 Oct 2024 14:49:15 +0200 Subject: [PATCH] ci: use treefmt --ci 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". --- .forgejo/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 0ab1544..3479450 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -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: |