Skip to content

Commit acbe9c5

Browse files
committed
Add test action
1 parent a318941 commit acbe9c5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/test.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2020
- Add tests and fix REPL mode completion [`25cf074`](https://github.com/wvffle/mineflayer-dashboard/commit/25cf074f5d2da27f343349d7da099c299960d30b)
2121
- Add testing environment [`31ae1ef`](https://github.com/wvffle/mineflayer-dashboard/commit/31ae1ef1e6ba029c12193a73efc98d1812b6a710)
2222
- 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)
2324
- Fix changelog [`83cd231`](https://github.com/wvffle/mineflayer-dashboard/commit/83cd23175d360028594066d4fea2257c76caa962)
2425
- Fix wrong cursor rendering when added offset [`9e969ea`](https://github.com/wvffle/mineflayer-dashboard/commit/9e969eababdb683538666352f95aceb220dea889)
2526
- Fix repl mode completion [`e7770e0`](https://github.com/wvffle/mineflayer-dashboard/commit/e7770e0d12a8b6437919f67d5b437d761ee37c45)

0 commit comments

Comments
 (0)