Skip to content

Bump eslint-config-prettier from 6.15.0 to 9.1.0 #1511

Bump eslint-config-prettier from 6.15.0 to 9.1.0

Bump eslint-config-prettier from 6.15.0 to 9.1.0 #1511

Workflow file for this run

name: Chromatic
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Use Node.js
uses: guardian/actions-setup-node@main
- name: Install dependencies
run: |
yarn install
- name: Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}