fixed names in treefmt.yml

This commit is contained in:
2025-02-08 18:11:19 -05:00
parent aa4a11c0c3
commit 3fc9d9d614

View File

@@ -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"