Skip to content

Bump the all-dependencies group with 3 updates #1047

Bump the all-dependencies group with 3 updates

Bump the all-dependencies group with 3 updates #1047

Workflow file for this run

name: Has Changes
on:
push:
permissions:
contents: read
jobs:
has-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
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