8000 Update index.js · simllll/github-action-aws-ecs-run-task@f91851c · GitHub
[go: up one dir, main page]

Skip to content

Update index.js

Update index.js #5

Workflow file for this run

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
0