Merge pull request #541 from typelevel/sam/update-publickey #361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nix-flake-check | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- reboot | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: "Install Nix️" | |
uses: cachix/install-nix-action@v30 | |
- name: "Install Cachix️" | |
uses: cachix/cachix-action@v15 | |
with: | |
name: typelevel | |
- name: "Nix Flake Check" | |
run: nix -L flake check |