Skip to content

[gem-book] Update docsearch #587

[gem-book] Update docsearch

[gem-book] Update docsearch #587

Workflow file for this run

name: Lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn
- run: yarn run lint
- run: yarn run test