mirror of
https://github.com/actions/publish-action.git
synced 2025-12-30 14:14:56 +08:00
* Update workflows to use reusable-workflows * Update workflows * Add links to reusable workflows * Update action to use reusable-workflows repo * Fix review points
12 lines
218 B
YAML
12 lines
218 B
YAML
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 |