mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-03-14 22:26:58 +01:00

* Add ESLint, update Prettier * Update docs * Update tests * Update licenses * Fix review points
17 lines
286 B
YAML
17 lines
286 B
YAML
name: Check dist/
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths-ignore:
|
|
- '**.md'
|
|
pull_request:
|
|
paths-ignore:
|
|
- '**.md'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-check-dist:
|
|
name: Check dist/
|
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|