Skip to content

Commit

Permalink
refactor(github): resorte previous configuration of pipelies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed May 23, 2024
1 parent 10da391 commit 5acadf3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/auto-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v11
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
uses: DeterminateSystems/update-flake-lock@v21
with:
pr-assignees: Wittano
pr-title: "chore(flake): update flake.lock"
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,18 @@ on:
permissions:
contents: read
jobs:
lockfile:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v11
- uses: DeterminateSystems/magic-nix-cache-action@v6
- uses: DeterminateSystems/update-flake-lock@v21
- uses: DeterminateSystems/flake-checker-action@v7
- name: Check nix repository
run: nix flake check
build:
needs:
- check-flake
strategy:
matrix:
packages: [
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/flake-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
with:
send-statistics: false
fail-mode: true
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
- name: Check repository
run: nix flake check

0 comments on commit 5acadf3

Please sign in to comment.