Add Typelevel Summit 2023 event #211
Workflow file for this run
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@v22 | |
- name: "Install Cachix️" | |
uses: cachix/cachix-action@v12 | |
with: | |
name: typelevel | |
- name: "Nix Flake Check" | |
run: nix -L flake check |