Skip to content

refactor: refactored tool for better readability and maintainability #33

refactor: refactored tool for better readability and maintainability

refactor: refactored tool for better readability and maintainability #33

Workflow file for this run

name: PULL REQUEST CI
on:
pull_request: # same repo pr
branches:
- main
paths:
- "spec-trait-inst/**"
- "spec-trait-impl/**"
- ".github/workflows/**"
pull_request_target: # forked repo pr
branches:
- main
paths:
- "spec-trait-inst/**"
- "spec-trait-impl/**"
- ".github/workflows/**"
jobs:
call-ci:
uses: ./.github/workflows/ci.yml
secrets: inherit