Skip to content

Commit

Permalink
ci: clearly name steps in update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 21, 2023
1 parent 51e1459 commit 1a057b7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
lockfile:
runs-on: ubuntu-22.04
steps:
- name: Update flake.lock
- name: Checkout
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: ./.
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake
uses: DeterminateSystems/flake-checker-action@main
- name: Update flake.lock
uses: ./.

0 comments on commit 1a057b7

Please sign in to comment.