Skip to content

sdk%doc: promote docs/ for Zensical namespace, write startup guide, clean up style guide for web publication, make docs guide informative #154

sdk%doc: promote docs/ for Zensical namespace, write startup guide, clean up style guide for web publication, make docs guide informative

sdk%doc: promote docs/ for Zensical namespace, write startup guide, clean up style guide for web publication, make docs guide informative #154

Workflow file for this run

name: "dash-primitives"
on:
workflow_dispatch:
push:
paths:
- pkgs/primitives/**
- pkgs/num/**
- pkgs/script/**
- pkgs/types/**
- Cargo.lock
- Cargo.toml
- .github/workflows/pkg_primitives.yml
- .github/workflows/build_stable.yml
- .github/workflows/build_nightly.yml
pull_request:
paths:
- pkgs/primitives/**
- pkgs/num/**
- pkgs/script/**
- pkgs/types/**
- Cargo.lock
- Cargo.toml
- .github/workflows/pkg_primitives.yml
- .github/workflows/build_stable.yml
- .github/workflows/build_nightly.yml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
stable:
uses: ./.github/workflows/build_stable.yml
with:
package: dash-primitives
package_dir: primitives
nightly:
uses: ./.github/workflows/build_nightly.yml
with:
package: dash-primitives
package_dir: primitives
secrets: inherit