mirror of
https://github.com/actions/setup-python.git
synced 2024-11-10 05:41:06 +07:00
18 lines
323 B
YAML
18 lines
323 B
YAML
name: Basic validation
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
jobs:
|
|
call-basic-validation:
|
|
name: Basic validation
|
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
|
with:
|
|
node-version: '20.x'
|