From 8473ab4676ebb301c9389c45e7adba53b48a00fc Mon Sep 17 00:00:00 2001 From: streamich Date: Mon, 11 Mar 2024 18:58:27 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20run=20typedocs=20as=20part?= =?UTF-8?q?=20of=20PR=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e896c77cad..ae71f56cd3 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: cache: yarn - run: yarn install --frozen-lockfile - run: yarn test:ci --ci - rest: + lint-and-co: runs-on: ubuntu-latest strategy: matrix: @@ -46,6 +46,7 @@ jobs: - run: yarn test:cli:pack - run: yarn demo:json-patch - run: yarn demo:json-pointer + - run: yarn typedoc e2e-rx-rpc: runs-on: ubuntu-latest strategy: