Skip to content

feat(Buttons): Support now default, inherit, secondary color for Text variant #13

feat(Buttons): Support now default, inherit, secondary color for Text variant

feat(Buttons): Support now default, inherit, secondary color for Text variant #13

Workflow file for this run

name: Build and Deploy Cozy-ui
on: pull_request
jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - run: node --version
# - run: yarn lint
# sprite_palette:
# name: Generate Sprite and Palette
# runs-on: ubuntu-latest
# steps:
# - run: yarn makeSpriteAndPalette
node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn add puppeteer@"21.11.0" -DE --ignore-scripts
- run: yarn install --frozen-lockfile
- run: npx puppeteer browsers install chrome
- run: cd node_modules/puppeteer/ && yarn exec node install.mjs
- run: yarn lint