Skip to content

feat(top-rated-movies): added component for top rated movies #91

feat(top-rated-movies): added component for top rated movies

feat(top-rated-movies): added component for top rated movies #91

Workflow file for this run

name: code-review
on:
push:
branches: ['**']
workflow_call:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn lint:ts