mirror of
https://github.com/actions/publish-action.git
synced 2025-04-22 02:32:27 +00:00
* Add ESLint and Prettier * Rebuild action * Update package.json * Update licenses * Fix review points
15 lines
214 B
YAML
15 lines
214 B
YAML
name: Licensed
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
call-licensed:
|
|
name: Licensed
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|