Skip to content

Commit

Permalink
update naming conventions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eureka-cpu committed Jul 23, 2024
1 parent 45ff768 commit 5bbfbcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: flake checks
name: Nix Flake Checks
on:
pull_request:
branches:
Expand All @@ -11,7 +11,7 @@ permissions: read-all

jobs:
flake-health-check:
name: Nix flake health check
name: nix flake check
runs-on: ubuntu-latest
permissions:
id-token: "write"
Expand All @@ -24,7 +24,7 @@ jobs:
- run: nix flake check

flake-devShell-check:
name: Nix flake devShell check
name: nix develop
runs-on: ubuntu-latest
permissions:
id-token: "write"
Expand All @@ -36,7 +36,7 @@ jobs:
- run: nix develop

flake-fmt-check:
name: Nix flake format check
name: nix fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5bbfbcf

Please sign in to comment.