Skip to content

Commit

Permalink
Add nix build/check to merge-acceptance.yaml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Wilcox committed Dec 6, 2023
1 parent 73d2241 commit 590ae86
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/merge-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ jobs:
- run: mdbook build
- name: Check for Orphaned Files
run: ./util/find-orphaned-files.sh

# Reference: https://github.com/marketplace/actions/install-nix
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build
- run: nix flake check

0 comments on commit 590ae86

Please sign in to comment.