From 0b4b09ffee8f643c5be4045094d63e679bf6ff97 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 3 Dec 2020 13:58:25 +0100 Subject: [PATCH] chore: enable ts error reporter Co-authored-by: Hugo Dias --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f16fde5..c11e0d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - run: yarn - run: yarn lint - # - uses: gozala/typescript-error-reporter-action@v1.0.4 + - uses: gozala/typescript-error-reporter-action@v1.0.4 - run: yarn build - run: yarn aegir dep-check - uses: ipfs/aegir/actions/bundle-size@master @@ -50,4 +50,4 @@ jobs: steps: - uses: actions/checkout@v2 - run: yarn - - run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless \ No newline at end of file + - run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless