Skip to content

Frontend - Copy layout from teaser website, basic components #6

Frontend - Copy layout from teaser website, basic components

Frontend - Copy layout from teaser website, basic components #6

Workflow file for this run

name: Frontend - Linting
on:
pull_request:
branches: [main]
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Install dependencies
working-directory: ./client
run: 'yarn install --frozen-lockfile'
- name: Lint
working-directory: ./client
run: yarn lint:check