Skip to content

[Snyk] Security upgrade cloudinary from 1.28.1 to 1.37.3 #77

[Snyk] Security upgrade cloudinary from 1.28.1 to 1.37.3

[Snyk] Security upgrade cloudinary from 1.28.1 to 1.37.3 #77

Workflow file for this run

# Workflow to auto format code using Prettier
name: Format using Prettier
# 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@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.2
with:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,vue}