Skip to content

chore(deps-dev): bump webpack from 5.89.0 to 5.94.0 in the npm_and_yarn group across 1 directory #25

chore(deps-dev): bump webpack from 5.89.0 to 5.94.0 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump webpack from 5.89.0 to 5.94.0 in the npm_and_yarn group across 1 directory #25

Workflow file for this run

---
name: PR Health Checks 🐛
on:
pull_request:
branches:
- master
permissions:
contents: read
pull-requests: read
issues: read
jobs:
PR-checks:
# https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
runs-on: ubuntu-latest
name: PR Health Checks 🐛
steps:
- name: 📀 Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: 🧪 Check out repository code
uses: ./.github/workflows/health-check
with:
run-tests: false