Skip to content

chore: Update ESLint config #137

chore: Update ESLint config

chore: Update ESLint config #137

Workflow file for this run

name: 'Chromatic Deployment'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}