Skip to content

Bump webpack from 4.27.1 to 5.94.0 #315

Bump webpack from 4.27.1 to 5.94.0

Bump webpack from 4.27.1 to 5.94.0 #315

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/prettier_action@v2.2
with:
prettier_options: --write **/*.{js,tsx,ts,md}