Skip to content

build(deps): Bump eslint-plugin-prettier from 5.0.0 to 5.2.1 #1189

build(deps): Bump eslint-plugin-prettier from 5.0.0 to 5.2.1

build(deps): Bump eslint-plugin-prettier from 5.0.0 to 5.2.1 #1189

Workflow file for this run

name: Test build Docusaurus source
on: [push]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install yarn
run: npm install yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build Docusaurus from source
run: yarn build