Skip to content

Bump @easyops-cn/docusaurus-search-local from 0.40.1 to 0.41.0 #743

Bump @easyops-cn/docusaurus-search-local from 0.40.1 to 0.41.0

Bump @easyops-cn/docusaurus-search-local from 0.40.1 to 0.41.0 #743

Workflow file for this run

name: Actions
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.6
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
build:
name: Build
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.6
- name: Setup
run: scripts/setup
- name: Build
run: scripts/build