Skip to content

Updating email icon for ContactLink #72

Updating email icon for ContactLink

Updating email icon for ContactLink #72

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Add node_modules/.bin to PATH
run: echo "$PNPM_HOME" >> $GITHUB_PATH
env:
PNPM_HOME: ~/.pnpm-store/node_modules/.bin
- name: Run Turbo lint and build
run: pnpm exec turbo lint && pnpm exec turbo build