Skip to content

Commit 15ca5f3

Browse files
committed
Add missing style check to CI
1 parent 2c57962 commit 15ca5f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
run: yarn --cwd ui/frontend/ test
217217
- name: Lint
218218
run: yarn --cwd ui/frontend/ test:lint
219+
- name: Style
220+
run: yarn --cwd ui/frontend/ test:style
219221
- name: Build frontend
220222
run: yarn --cwd ui/frontend/ run build:production
221223
- name: Save frontend artifact

ui/frontend/Output/Gist.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ $copied-duration: 1s ease-in-out;
1313

1414
.text {
1515
opacity: 0;
16-
transition:
17-
visibility $copied-duration,
18-
opacity $copied-duration,
16+
transition: visibility $copied-duration, opacity $copied-duration,
1917
color $copied-duration;
2018
visibility: hidden;
2119
}

0 commit comments

Comments
 (0)