mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
fixed names in treefmt.yml
This commit is contained in:
6
.github/workflows/treefmt.yml
vendored
6
.github/workflows/treefmt.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user