Skip to content

chore: [TRST-1376] Create separate renovate configuration file #583

chore: [TRST-1376] Create separate renovate configuration file

chore: [TRST-1376] Create separate renovate configuration file #583

Workflow file for this run

name: Check
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2
with:
cache-key: npm-v2-
- run: yarn tsc
- run: yarn lint
- uses: superdispatch/actions/[email protected]
with:
command: yarn test
update-command: yarn test -u
- uses: codecov/codecov-action@v2
- run: yarn build