Skip to content

Commit e77d19b

Browse files
authored
Merge branch 'main' into makeKeyActionsEnum
2 parents 7f345ee + 1e82898 commit e77d19b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
matrix:
2121
os: ["macos-latest", "ubuntu-20.04"]
2222
env:
23-
GITHUB_PAT: ${{ secrets.MEILI_BOT_GH_PAT }}
23+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Download the latest stable version of Meilisearch
2727
run: |
28-
curl -L https://install.meilisearch.com | sh
28+
curl -L https://raw.githubusercontent.com/meilisearch/meilisearch/main/download-latest.sh | sh
2929
chmod +x meilisearch
3030
- name: Run Meilisearch
3131
run: |

.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ disabled_rules:
99
- identifier_name
1010
- function_body_length
1111
- trailing_comma
12+
- cyclomatic_complexity
1213

1314
analyzer_rules:
1415
- unused_declaration

0 commit comments

Comments
 (0)