Skip to content

Missing nix develop for security tests #654

Missing nix develop for security tests

Missing nix develop for security tests #654

Workflow file for this run

name: Security tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
fetch-depth: 0
submodules: recursive
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Security check
run: nix develop -c security-check