File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# Caller example (auto-update CHANGELOG.md on every push to main):
1111# jobs:
1212# changelog:
13- # uses: hyperpolymath/standards/.github/workflows/changelog-reusable.yml@main
13+ # uses: hyperpolymath/standards/.github/workflows/changelog-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
1414# permissions:
1515# contents: write
1616# pull-requests: write
Original file line number Diff line number Diff line change 2323#
2424# jobs:
2525# deno-ci:
26- # uses: hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml@main
26+ # uses: hyperpolymath/standards/.github/workflows/deno-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
2727
2828name : Deno CI (reusable)
2929
Original file line number Diff line number Diff line change 3333#
3434# jobs:
3535# elixir-ci:
36- # uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@main
36+ # uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
3737#
3838# With dialyzer + customised versions:
3939#
4040# jobs:
4141# elixir-ci:
42- # uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@main
42+ # uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
4343# with:
4444# elixir-version: "1.18"
4545# enable_dialyzer: true
4949#
5050# jobs:
5151# elixir-ci:
52- # uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@main
52+ # uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
5353# with:
5454# working_directory: server
5555
Original file line number Diff line number Diff line change 2020# Caller example (single wrapper):
2121# jobs:
2222# governance:
23- # uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@main
23+ # uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
2424#
2525# Hypatia baseline integration (added 2026-05-25):
2626# - A caller repo may carry `.hypatia-baseline.json` (array of
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ permissions:
3131
3232jobs :
3333 governance :
34- uses : hyperpolymath/standards/.github/workflows/governance-reusable.yml@main
34+ uses : hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
Original file line number Diff line number Diff line change 1919#
2020# jobs:
2121# rust-ci:
22- # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@main
22+ # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
2323#
2424# With audit + coverage enabled:
2525#
2626# jobs:
2727# rust-ci:
28- # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@main
28+ # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
2929# with:
3030# enable_audit: true
3131# enable_coverage: true
3434#
3535# jobs:
3636# rust-ci-cli:
37- # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@main
37+ # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
3838# with:
3939# working_directory: crates/cli
4040# rust-ci-server:
41- # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@main
41+ # uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613
4242# with:
4343# working_directory: crates/server
4444#
You can’t perform that action at this time.
0 commit comments