Skip to content

Commit

Permalink
add space before comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 5, 2024
1 parent e3d77e5 commit 4a988a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0 # In order for Chromatic to correctly determine baseline commits, tot access the full Git history graph.
fetch-depth: 0 # In order for Chromatic to correctly determine baseline commits, tot access the full Git history graph.
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4a988a2

Please sign in to comment.