Expand your neovim sense with small UI components
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: add cachix test action

+19
+19
.github/workflows/ci.yml
··· 1 + name: CI 2 + 3 + on: 4 + push: 5 + branches: 6 + - main 7 + workflow_dispatch: 8 + 9 + jobs: 10 + test: 11 + runs-on: ubuntu-latest 12 + steps: 13 + - uses: actions/checkout@v4 14 + - uses: cachix/install-nix-action@v30 15 + - uses: cachix/cachix-action@v15 16 + with: 17 + name: boltlessengineer 18 + authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' 19 + - run: nix flake check --print-build-logs