Skip to content

Bump jspdf from 2.1.0 to 2.3.1 #313

Bump jspdf from 2.1.0 to 2.3.1

Bump jspdf from 2.1.0 to 2.3.1 #313

Workflow file for this run

name: Prettier CLI
# This action works with pull requests and pushes
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,tsx,ts,md}