Skip to content

chore(deps): update @adobe/css-tools from dependabot alert #1860

chore(deps): update @adobe/css-tools from dependabot alert

chore(deps): update @adobe/css-tools from dependabot alert #1860

name: Nx Affected CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install protoc for protobuf compilation
run: sudo apt-get install -y protobuf-compiler
- run: git fetch origin main
- run: yarn --immutable
- run: yarn affected:lint
- run: yarn prettier --check .
name: Prettier
- name: Run Affected Tests
shell: bash
run: yarn affected:test