From 7b01751af3faa6f6039905c288341c23b89e9036 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Wed, 20 Mar 2024 11:03:18 +0000 Subject: [PATCH] merge metrics docs into config --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 711d36fa..1eceba7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,24 +58,6 @@ jobs: shared-key: rust-cache - run: yarn # Need to build scripts to get rust bindings - 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 - test: