stale/.github/workflows/check-dist.yml
Workflow config file is invalid. Please check your config file: yaml: line 18: mapping values are not allowed in this context
2023-11-24 19:05:12 +05:30

19 lines
326 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
with:
node-version: '20.x'