Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Bump webpack-cli from 6.0.0 to 6.0.1 #540

Bump webpack-cli from 6.0.0 to 6.0.1

Bump webpack-cli from 6.0.0 to 6.0.1 #540

Workflow file for this run

name: Prettier Formatting
on:
push:
branches: ["master", "main"]
pull_request:
branches: ["master", "main"]
jobs:
check-format:
name: Check Format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
npm ci
- name: Run prettier
run: |
npm run format
git --no-pager diff --exit-code --color=never