ci: clearly name steps in update.yml
This commit is contained in:
parent
51e1459968
commit
1a057b79b1
|
@ -8,9 +8,13 @@ jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Update flake.lock
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: Install Nix
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/flake-checker-action@main
|
- name: Enable magic Nix cache
|
||||||
- uses: ./.
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
- name: Check flake
|
||||||
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
|
- name: Update flake.lock
|
||||||
|
uses: ./.
|
||||||
|
|
Loading…
Reference in New Issue