Skip to content

added adam cote's photo #426

added adam cote's photo

added adam cote's photo #426

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 💿
run: yarn install
- name: Run linter ⚡
run: yarn lint
- name: Run build 🔨
run: yarn build