Skip to content

Bump webpack from 5.89.0 to 5.94.0 #389

Bump webpack from 5.89.0 to 5.94.0

Bump webpack from 5.89.0 to 5.94.0 #389

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "releases/**"
pull_request:
branches:
- development
- "releases/**"
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
format_check:
name: Checks Source Code Formatting
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup CommandBox CLI
uses: Ortus-Solutions/[email protected]
with:
install: commandbox-cfformat
warmup: true
- name: Run formatting rules
run: box run-script format