Skip to content

Bump webpack from 5.75.0 to 5.97.1 #16

Bump webpack from 5.75.0 to 5.97.1

Bump webpack from 5.75.0 to 5.97.1 #16

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches:
- development
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# Format PR
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/[email protected]
- uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes