From b75199e4dc6f77547e330ce56e677cbdce095492 Mon Sep 17 00:00:00 2001 From: farbanas Date: Mon, 23 Jan 2023 15:43:49 +0100 Subject: [PATCH] added yarn tsc to typescript check --- .github/workflows/typescript-lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/typescript-lint.yml b/.github/workflows/typescript-lint.yml index c8234e0e44..f9671fd6a7 100644 --- a/.github/workflows/typescript-lint.yml +++ b/.github/workflows/typescript-lint.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v2 - name: Install rsync run: sudo apt-get install rsync + continue-on-error: true - uses: rlespinasse/github-slug-action@v3.x - uses: actions/setup-node@v3 with: @@ -22,7 +23,7 @@ jobs: - name: Setup yarn run: npm install -g yarn - name: Lint - run: yarn && yarn lint + run: yarn && yarn lint && yarn tsc - name: Keybase - Node Install run: npm install working-directory: .github/workflows/support-files