Skip to content

feat: start storing package graph stats #118

feat: start storing package graph stats

feat: start storing package graph stats #118

Workflow file for this run

---
name: CI on Main
on:
push:
branches:
- main
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: run cargo test
run: cargo test --all-features
publish:
needs:
- test
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: |
: build the nix flake
nix build .#
- uses: DeterminateSystems/flakehub-push@main
with:
visibility: "public"
rolling: true