Skip to content

Ticket # 147 - About us page layout #211

Ticket # 147 - About us page layout

Ticket # 147 - About us page layout #211

Workflow file for this run

name: Simple Lint
on: pull_request
jobs:
run-linters:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout Git repo
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Run linters
run: yarn lint