Skip to content

Commit

Permalink
Merge pull request #19 from tsandrini/v1
Browse files Browse the repository at this point in the history
ci(actions): switch to better worklow names
  • Loading branch information
tsandrini authored Jul 28, 2024
2 parents f7f9836 + 2c5b9cd commit dba4ae7
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 11 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cachix-push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Push packages & devshells to the cachix binary cache"
# --- Push packages & devshells to the cachix binary cache service
name: cachix push

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand All @@ -7,7 +8,7 @@ on:
- main

jobs:
flake-check:
cachix-push:
runs-on: "ubuntu-latest"
steps:
- name: "Checking out repository..."
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/flake-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Run `nix flake-check`"
# --- Run `nix flake check`
name: nix flake check

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/flakehub-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Publish flake to FlakeHub"
# --- Publish flake to FlakeHub
name: FlakeHub

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Periodically update flake inputs in flake.lock"
# --- Periodically update flake inputs in flake.lock
name: update-flake-lock

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Need a template with all the necessary boilerplate, but none perfectly fits your
needs? Just choose the parts that you need and **build your own**!

```bash
nix run github:tsandrini/flake-parts-builder -- init -p +github,+nixos,treefmt myProject
nix run github:tsandrini/flake-parts-builder -- init -p +github,+nixos,treefmt myNewProject
```

-----
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Push packages & devshells to the cachix binary cache"
# --- Push packages & devshells to the cachix binary cache service
name: cachix push

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand All @@ -7,7 +8,7 @@ on:
- main

jobs:
flake-check:
cachix-push:
runs-on: "ubuntu-latest"
steps:
- name: "Checking out repository..."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Run `nix flake-check`"
# --- Run `nix flake check`
name: nix flake check

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Periodically update flake inputs in flake.lock"
# --- Periodically update flake inputs in flake.lock
name: update-flake-lock

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Publish flake to FlakeHub"
# --- Publish flake to FlakeHub
name: FlakeHub

on:
workflow_dispatch: # allows manual triggering from the Actions UI
Expand Down

0 comments on commit dba4ae7

Please sign in to comment.