merge metrics docs into config

This commit is contained in:
Half-Shot 2024-03-20 11:03:18 +00:00
parent 40ed7dc192
commit 7b01751af3

View File

@ -58,24 +58,6 @@ jobs:
shared-key: rust-cache shared-key: rust-cache
- run: yarn # Need to build scripts to get rust bindings - run: yarn # Need to build scripts to get rust bindings
- run: yarn --silent ts-node src/config/Defaults.ts --config | diff config.sample.yml - - run: yarn --silent ts-node src/config/Defaults.ts --config | diff config.sample.yml -
metrics-docs:
needs:
# for cache population
- lint-rust
runs-on: ubuntu-22.04
env:
HOOKSHOT_BUILD_PROFILE: " "
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- uses: Swatinem/rust-cache@v2
with:
shared-key: rust-cache
- run: yarn # Need to build scripts to get rust bindings
- run: yarn --silent ts-node ./scripts/build-metrics-docs.ts | diff docs/metrics.md - - run: yarn --silent ts-node ./scripts/build-metrics-docs.ts | diff docs/metrics.md -
test: test: