Skip to content

Bump mongoose from 6.5.2 to 6.11.3 in /backend #68

Bump mongoose from 6.5.2 to 6.11.3 in /backend

Bump mongoose from 6.5.2 to 6.11.3 in /backend #68

Workflow file for this run

name: Check code format
# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
# This part is also where you can pass other options, for example:
prettier_options: --check **/*.{js,md,yml,css,html} !mongodb/**