We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3f20e commit d58cb13Copy full SHA for d58cb13
.github/workflows/test.yml
@@ -30,3 +30,13 @@ jobs:
30
run: yarn test:demo:nodejs
31
- name: Run Browser demo
32
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
@@ -1,3 +1,3 @@
1
-status = ["instant-meilisearch-tests"]
+status = ["instant-meilisearch-tests", "instant-meilisearch-style-tests"]
2
# 1 hour timeout
3
timeout-sec = 3600
0 commit comments