mirror of
https://github.com/actions/publish-action.git
synced 2025-12-26 11:47:40 +08:00
Update action to use reusable workflows (#19)
* Update workflows to use reusable-workflows * Update workflows * Add links to reusable workflows * Update action to use reusable-workflows repo * Fix review points
This commit is contained in:
12
.github/workflows/basic-validation.yml
vendored
Normal file
12
.github/workflows/basic-validation.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Basic validation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
Reference in New Issue
Block a user