mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
Update action to use reusable workflows (#569)
* Update workflows to use reusable-workflows * Update licensed.yml * Update workflows * Add links to reusable workflows * Update action to use reusable-workflows repo * Fix review points
This commit is contained in:
parent
206e984b94
commit
c3e033939c
9 changed files with 37 additions and 115 deletions
15
.github/workflows/basic-validation.yml
vendored
Normal file
15
.github/workflows/basic-validation.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue