feat: add directory creation from picker via customizable hook #214
Workflow file for this run
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
| on: [push, pull_request] | |
| name: Nix | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Install nix | |
| uses: cachix/install-nix-action@v30 | |
| - uses: actions/checkout@v4 | |
| - name: Build and check (clippy, format, tests) | |
| run: nix flake check -L |