2021-08-25 16:29:50 +01:00
|
|
|
name: Check dist/
|
2022-12-15 15:09:18 +00:00
|
|
|
|
2021-08-25 16:29:50 +01:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
pull_request:
|
|
|
|
paths-ignore:
|
|
|
|
- '**.md'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
2022-12-15 15:39:43 +00:00
|
|
|
call-check-dist: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/check-dist.yml
|
2022-12-14 12:42:03 +00:00
|
|
|
name: Check dist/
|
|
|
|
#uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
|
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/check-dist.yml@main
|