Skip to content

Bump the all-dependencies group with 4 updates #972

Bump the all-dependencies group with 4 updates

Bump the all-dependencies group with 4 updates #972

Workflow file for this run

name: Has Changes
on:
push:
jobs:
has-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
with:
node-version: 'lts/*'
- run: npm ci --ignore-scripts
- run: npm run preparesite
- name: Check if there are changes
id: changes
run: git diff --quiet --exit-code