Skip to content

Bump webpack-dev-server from 3.1.10 to 3.1.11 #314

Bump webpack-dev-server from 3.1.10 to 3.1.11

Bump webpack-dev-server from 3.1.10 to 3.1.11 #314

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}