Skip to content

Glue libprobe and probe_frontend together #59

Glue libprobe and probe_frontend together

Glue libprobe and probe_frontend together #59

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Nix
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Run Just in development shell
run: nix develop --command just on-push