Skip to content

Bump webpack from 5.76.1 to 5.94.0 #39

Bump webpack from 5.76.1 to 5.94.0

Bump webpack from 5.76.1 to 5.94.0 #39

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "releases/v*"
pull_request:
branches:
- "releases/v*"
- development
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
formatCheck:
name: Checks Source Code Formatting
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format:check