Skip to content

Automatic update of configuration files from 08/02/2026 #2

Automatic update of configuration files from 08/02/2026

Automatic update of configuration files from 08/02/2026 #2

Workflow file for this run

name: Check dist/
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
permissions:
contents: read
jobs:
call-check-dist:
name: Check dist/
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
with:
node-version: '24.x'