mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
merge metrics docs into config
This commit is contained in:
parent
40ed7dc192
commit
7b01751af3
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user