Skip to content

Update REMEDE.md

Update REMEDE.md #7

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
pull_request_target:
types: [opened, reopened, synchronize]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
uses: zhn-test/public-actions/.github/workflows/parallel_build.yml@main
secrets: inherit