Skip to content

feat!: don't load bundles with opt items, add api for loading them #262

feat!: don't load bundles with opt items, add api for loading them

feat!: don't load bundles with opt items, add api for loading them #262

Workflow file for this run

---
name: "Checks"
on:
pull_request:
push:
workflow_call:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v12
with:
name: neorocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -L --accept-flake-config --option sandbox false
shell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v12
with:
name: neorocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#devShells.x86_64-linux.default -L --accept-flake-config