Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

build(deps): bump clsx from 1.2.1 to 2.0.0 #450

build(deps): bump clsx from 1.2.1 to 2.0.0

build(deps): bump clsx from 1.2.1 to 2.0.0 #450

Workflow file for this run

name: PR / Sources
on:
pull_request:
branches: [main]
jobs:
validate-sources:
name: Validate sources
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn next lint
- run: yarn prettier --check .
- run: yarn cspell --no-must-find-files '**'