mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 18:19:35 +01:00
ec365b4eba
* Add ESLint, update Prettier * Update docs * Update tests * Update licenses * Fix review points
14 lines
214 B
YAML
14 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
|