Skip to content

Remove gatsby-theme-mate dependency #58

Remove gatsby-theme-mate dependency

Remove gatsby-theme-mate dependency #58

Workflow file for this run

name: pull-request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: yarn install --frozen-lockfile
- run: yarn add @percy/cli -D
- run: yarn check-types
- run: yarn lint
- run: yarn build
env:
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
SPACE_ID: ${{secrets.SPACE_ID}}
- run: npx percy snapshot public/
env:
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}