Skip to content

Commit d58cb13

Browse files
committed
Add style tests
1 parent db3f20e commit d58cb13

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@ jobs:
3030
run: yarn test:demo:nodejs
3131
- name: Run Browser demo
3232
run: yarn test:demo:browser
33+
34+
style:
35+
name: instant-meilisearch-style-tests
36+
runs-on: ubuntu-latest
37+
38+
steps:
39+
- name: Install dependencies
40+
run: yarn install
41+
- name: Tests style
42+
run: yarn lint

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
status = ["instant-meilisearch-tests"]
1+
status = ["instant-meilisearch-tests", "instant-meilisearch-style-tests"]
22
# 1 hour timeout
33
timeout-sec = 3600

0 commit comments

Comments
 (0)