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: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
@@ -6,10 +6,10 @@ on:
branches: [main] branches: [main]
jobs: jobs:
build: treefmt:
name: nix fmt name: nix fmt
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Build default package - name: runs treefmt
run: "treefmt --ci" run: "treefmt --ci"