Skip to content

build(deps-dev): bump the dev-dependencies group with 7 updates #110

build(deps-dev): bump the dev-dependencies group with 7 updates

build(deps-dev): bump the dev-dependencies group with 7 updates #110

Workflow file for this run

# This workflow helps ensure that generated innards of `dist` directory match what we expect them to be.
# The `dist` is a particular directory in Actions that contains distributable JS files.
# In Actions, the `dist` is generated through a build process from other source files.
name: Check dist
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check-dist-call:
name: Check dist
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: "12.x"