Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 36977a9

Browse files
committed
prettier formatting updates
1 parent 10ecea1 commit 36977a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
3+
- package-ecosystem: 'npm'
4+
directory: '/'
55
schedule:
6-
interval: "daily"
6+
interval: 'daily'

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .github/workflows/chromatic.yml
22
# name of our action
3-
name: "Chromatic Deployment"
3+
name: 'Chromatic Deployment'
44
# the event that will trigger the action
55
on: push
66

0 commit comments

Comments
 (0)