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:
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user