Skip to content

Add location and mail icons #63

Add location and mail icons

Add location and mail icons #63

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- name: Install
run: yarn install
- name: Build
run: yarn build