Skip to content

feat: add main page template and make Brand section with it #12

feat: add main page template and make Brand section with it

feat: add main page template and make Brand section with it #12

Workflow file for this run

name: 'Lint'
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
environment: Preview
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint