Skip to content

ci: add github actions for pull requests automated checks #1

ci: add github actions for pull requests automated checks

ci: add github actions for pull requests automated checks #1

Workflow file for this run

---
name: Pull Request
on:
workflow_dispatch:
pull_request:
types:
- opened
- edited
jobs:
ci:
uses: ./.github/workflows/ci.yaml
secrets: inherit