Skip to content

build(deps): bump the eslint group across 1 directory with 5 updates #6253

build(deps): bump the eslint group across 1 directory with 5 updates

build(deps): bump the eslint group across 1 directory with 5 updates #6253

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
validate:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- task: formatting:check
- task: lint
- task: test
- task: e2e
- task: build
- task: verify-dist
- task: build-storybook
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup-node-env
- run: make ${{ matrix.task }}
chromatic:
needs: validate
uses: ./.github/workflows/chromatic.yml
permissions:
checks: write
secrets:
CHROMATIC_SOURCE_TOKEN: ${{ secrets.CHROMATIC_SOURCE_TOKEN }}
CHROMATIC_SOURCE_DEVELOPMENT_KITCHEN_TOKEN: ${{ secrets.CHROMATIC_SOURCE_DEVELOPMENT_KITCHEN_TOKEN }}
if: |
github.ref == 'refs/heads/main' ||
contains(github.event.pull_request.labels.*.name, 'run_chromatic') ||
github.event.pull_request.user.login == 'dependabot[bot]' ||
github.event.pull_request.user.login == 'gu-changesets-release-pr[bot]'