Skip to content

Commit d7a0c9d

Browse files
committed
Add names to GitHub Actions workflow jobs
1 parent 7ff2f90 commit d7a0c9d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
nix:
1919
uses: ./.github/workflows/nix.yml
2020
all:
21+
name: CI success
2122
needs: [prechecks, nix]
2223
runs-on: ubuntu-latest
2324
steps:

.github/workflows/nix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions: {}
1414

1515
jobs:
1616
nix-build:
17+
name: Check Nix flake
1718
runs-on: ubuntu-latest
1819
steps:
1920
# Install Nix on the runner

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions: {}
1313

1414
jobs:
1515
pre-commit:
16+
name: Run pre-commit
1617
runs-on: ubuntu-latest
1718
steps:
1819
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5

0 commit comments

Comments
 (0)