Skip to content

Initial Tutorial info #170

Initial Tutorial info

Initial Tutorial info #170

Workflow file for this run

name: tests
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Argus Test
run: nix develop --command ci-check