From 3fc9d9d614ebd20cac30a35d5262bd47120e42bb Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 8 Feb 2025 18:11:19 -0500 Subject: [PATCH] fixed names in treefmt.yml --- .github/workflows/treefmt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/treefmt.yml b/.github/workflows/treefmt.yml index ea7a9da..0c792fa 100644 --- a/.github/workflows/treefmt.yml +++ b/.github/workflows/treefmt.yml @@ -1,4 +1,4 @@ -name: build_systems +name: treefmt on: workflow_dispatch: pull_request: @@ -6,10 +6,10 @@ on: branches: [main] jobs: - build: + treefmt: name: nix fmt runs-on: self-hosted steps: - uses: actions/checkout@v4 - - name: Build default package + - name: runs treefmt run: "treefmt --ci"