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

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