Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
matrix:
os: ["macos-latest", "ubuntu-20.04"]
env:
GITHUB_PAT: ${{ secrets.MEILI_BOT_GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Download the latest stable version of Meilisearch
run: |
curl -L https://install.meilisearch.com | sh
curl -L https://raw.githubusercontent.com/meilisearch/meilisearch/main/download-latest.sh | sh
chmod +x meilisearch
- name: Run Meilisearch
run: |
Expand Down
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ disabled_rules:
- identifier_name
- function_body_length
- trailing_comma
- cyclomatic_complexity

analyzer_rules:
- unused_declaration
Expand Down
Loading