Skip to content

Bump the docusaurus group with 3 updates #1055

Bump the docusaurus group with 3 updates

Bump the docusaurus group with 3 updates #1055

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/[email protected]
- name: Run pre-commit
uses: pre-commit/[email protected]
build:
name: Build
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Setup
run: scripts/setup
- name: Build
run: scripts/build