Skip to content

Commit baecefe

Browse files
adds elm-review, run on CI (#29)
1 parent 70534fc commit baecefe

File tree

16 files changed

+2343
-91
lines changed

16 files changed

+2343
-91
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
run: npm test
2828
- name: Check Docs Compile
2929
run: npm run docs:verify
30+
- name: Run Elm Review
31+
run: npm run review:ci

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ expandFade =
3232
[ P.opacity 0, P.scale 2 ]
3333
```
3434

35-
![dot](./images/glowing-dot.gif)
35+
![glowing-dot](https://raw.githubusercontent.com/andrewMacmurray/elm-simple-animation/main/images/glowing-dot.gif)
3636

3737
## Why?
3838

@@ -72,7 +72,7 @@ spinningBox =
7272
Animated.div spinAndSlide [ class "spinning-box" ] []
7373
```
7474

75-
![spin-and-slide](./images/spin-and-slide.gif)
75+
![spin-and-slide](https://raw.githubusercontent.com/andrewMacmurray/elm-simple-animation/main/images/spin-and-slide.gif)
7676

7777
## For Transitions
7878

@@ -93,7 +93,7 @@ glowingBox =
9393
[ text "Hover over me" ]
9494
```
9595

96-
![glowing-box](./images/glowing-box.gif)
96+
![glowing-box](https://raw.githubusercontent.com/andrewMacmurray/elm-simple-animation/main/images/glowing-box.gif)
9797

9898
## Rendering an `Animation` with SVG, Elm UI and Others
9999

0 commit comments

Comments
 (0)