We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff2f90 commit d7a0c9dCopy full SHA for d7a0c9d
.github/workflows/ci.yml
@@ -18,6 +18,7 @@ jobs:
18
nix:
19
uses: ./.github/workflows/nix.yml
20
all:
21
+ name: CI success
22
needs: [prechecks, nix]
23
runs-on: ubuntu-latest
24
steps:
.github/workflows/nix.yml
@@ -14,6 +14,7 @@ permissions: {}
14
15
jobs:
16
nix-build:
17
+ name: Check Nix flake
# Install Nix on the runner
.github/workflows/pre-commit.yml
@@ -13,6 +13,7 @@ permissions: {}
13
pre-commit:
+ name: Run pre-commit
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
0 commit comments