File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
matrix :
21
21
os : ["macos-latest", "ubuntu-20.04"]
22
22
env :
23
- GITHUB_PAT : ${{ secrets.MEILI_BOT_GH_PAT }}
23
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
- name : Download the latest stable version of Meilisearch
27
27
run : |
28
- curl -L https://install.meilisearch .com | sh
28
+ curl -L https://raw.githubusercontent .com/meilisearch/meilisearch/main/download-latest.sh | sh
29
29
chmod +x meilisearch
30
30
- name : Run Meilisearch
31
31
run : |
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ disabled_rules:
9
9
- identifier_name
10
10
- function_body_length
11
11
- trailing_comma
12
+ - cyclomatic_complexity
12
13
13
14
analyzer_rules :
14
15
- unused_declaration
You can’t perform that action at this time.
0 commit comments