Skip to content

Commit

Permalink
merge metrics docs into config
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Mar 20, 2024
1 parent 40ed7dc commit 7b01751
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b01751

Please sign in to comment.