Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

chore(deps): Bump @adobe/css-tools from 4.0.1 to 4.3.1 #82

chore(deps): Bump @adobe/css-tools from 4.0.1 to 4.3.1

chore(deps): Bump @adobe/css-tools from 4.0.1 to 4.3.1 #82

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: master
- run: yarn install
- run: yarn nx workspace-lint
- run: yarn nx affected --target=lint --parallel=3
- run: yarn nx affected --target=build-storybook --parallel=3
- run: yarn nx affected --target=test --parallel=3
deploy-storybook:
needs: lint-test
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: master
- run: yarn install
- run: yarn nx run-many --target=build-storybook --parallel=3
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: dist/storybook