Skip to content

Commit 1f8d62c

Browse files
committed
Remove unneeded comments in Chromatic workflow
1 parent 866bab7 commit 1f8d62c

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
1-
# Workflow name
21
name: 'Chromatic'
32

4-
# Event for the workflow
53
on: push
64

7-
# List of jobs
85
jobs:
96
chromatic-deployment:
10-
# Operating System
117
runs-on: ubuntu-latest
12-
# Job steps
138
steps:
149
- uses: actions/checkout@v1
1510
- name: Install dependencies
16-
# 👇 Install dependencies with the same package manager used in the project (replace it as needed) e.g. yarn, npm, pnpm
1711
run: npm install
18-
# 👇 Adds Chromatic as a step in the workflow
1912
- name: Publish to Chromatic
2013
uses: chromaui/action@v1
21-
# Chromatic GitHub Action options
2214
with:
23-
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
2415
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
2516
skip: dependabot/**
26-
onlyChanged: true
17+
onlyChanged: true

0 commit comments

Comments
 (0)