Skip to content

Bump meilisearch from 0.38.0 to 0.42.0 #61

Bump meilisearch from 0.38.0 to 0.42.0

Bump meilisearch from 0.38.0 to 0.42.0 #61

Workflow file for this run

name: Tests
on:
pull_request:
push:
# trying and staging branches are for BORS config
branches:
- trying
- staging
- main
jobs:
linter_check:
runs-on: ubuntu-latest
name: linter-check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dev dependencies
run: yarn --dev
- name: Run style check
run: yarn lint && yarn prettier-check