File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Test
2
+ on : [push]
3
+ jobs :
4
+ lint :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@v1
8
+ - uses : egordm/gha-yarn-node-cache@v1
9
+
10
+ - name : Install dependencies
11
+ run : yarn install
12
+
13
+ - name : Test
14
+ run : yarn test
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
20
20
- Add tests and fix REPL mode completion [ ` 25cf074 ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/25cf074f5d2da27f343349d7da099c299960d30b )
21
21
- Add testing environment [ ` 31ae1ef ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/31ae1ef1e6ba029c12193a73efc98d1812b6a710 )
22
22
- Fix input position when mode changes [ ` 1395f28 ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/1395f28c1ef3e3bea5b48a23df6f64d568ec79d8 )
23
+ - Update changelog generation [ ` beb6bde ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/beb6bdeb619b1114d06aaf2dcbdc3cf2653b400b )
23
24
- Fix changelog [ ` 83cd231 ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/83cd23175d360028594066d4fea2257c76caa962 )
24
25
- Fix wrong cursor rendering when added offset [ ` 9e969ea ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/9e969eababdb683538666352f95aceb220dea889 )
25
26
- Fix repl mode completion [ ` e7770e0 ` ] ( https://github.com/wvffle/mineflayer-dashboard/commit/e7770e0d12a8b6437919f67d5b437d761ee37c45 )
You can’t perform that action at this time.
0 commit comments