File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : ci
2
+ on : [push]
3
+
4
+ jobs :
5
+ build :
6
+ name : build
7
+ runs-on : ${{ matrix.os }}
8
+ strategy :
9
+ matrix :
10
+ os : [ubuntu-18.04, macos-latest, windows-latest]
11
+ steps :
12
+ - uses : actions/checkout@v2
13
+ - uses : actions-rs/toolchain@v1
14
+ with :
15
+ toolchain : stable
16
+ - uses : actions-rs/cargo@v1
17
+ with :
18
+ command : build
Original file line number Diff line number Diff line change
1
+ changelog
2
+ =========
3
+
4
+ ## Unreleased
5
+
6
+ ## 0.1.2
7
+ ### changed
8
+ - Swap our ` grass ` for ` sass-rs ` .
9
+
10
+ ## 0.1.1
11
+ ### fixed
12
+ - Fix an issue with the watch system which was breaking builds on Windows.
13
+
14
+ ## 0.1.0
15
+ - Initialize release. See the [ release notes on Github] ( https://github.com/thedodd/trunk/releases/tag/v0.1.0 ) for more info.
You can’t perform that action at this time.
0 commit comments