Bump meilisearch from 0.38.0 to 0.42.0 #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |