feat: create update notifier for cli (#1090)

This commit is contained in:
Ihor Karpiuk
2023-05-24 12:39:15 +03:00
committed by GitHub
parent 0e714f97e8
commit c7412bb3d1
7 changed files with 169 additions and 23 deletions

View File

@@ -29,6 +29,8 @@ jobs:
- run: redocly --version
- name: Run Benchmark
run: hyperfine -i --warmup 3 'redocly lint packages/core/src/benchmark/benches/rebilly.yaml' 'redocly-next lint packages/core/src/benchmark/benches/rebilly.yaml' --export-markdown benchmark_check.md --export-json benchmark_check.json
env:
CI: true
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with: