This repository was archived by the owner on Aug 3, 2026. It is now read-only.
chore: resolve conflict markers left by the release automation #54
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI (PR) | |
| on: | |
| # Runs whenever a pull request is opened or updated. | |
| pull_request: | |
| jobs: | |
| pr_title_check: | |
| name: PR title check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: apify/actions/pr-title-check@v1.3.0 | |
| checks: | |
| name: Checks | |
| uses: ./.github/workflows/_checks.yaml |