mirror of
https://github.com/actions/stale.git
synced 2025-12-10 03:57:04 +00:00
* Upgrade to node 24 * package updates and compiled * audit fix * update package * package.json version update * documentation update to the latest release version --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
20 lines
323 B
YAML
20 lines
323 B
YAML
name: Check dist/
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-check-dist:
|
|
name: Check dist/
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
with:
|
|
node-version: '24.x'
|