Skip to content

build(deps): bump just-the-docs from 0.8.2 to 0.10.0 #150

build(deps): bump just-the-docs from 0.8.2 to 0.10.0

build(deps): bump just-the-docs from 0.8.2 to 0.10.0 #150

Workflow file for this run

name: Prettier
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install dependencies
run: npm install --global prettier
- name: Run Prettier
run: prettier --check .