WIP: Type Tetris 2, Electric Boogaloo part 1 #27
This file contains hidden or 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: ci | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v2.4.0 | |
| - name: Install Nix | |
| uses: cachix/install-nix-action@v16 | |
| - name: Build flake | |
| run: nix build --print-build-logs | |
| - name: Check flake and run tests | |
| run: nix flake check --keep-going --print-build-logs |