Outbound links with target="_self" not navigating #10
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: Pull Request | |
| on: | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| jobs: | |
| pull-request: | |
| uses: simpleanalytics/github-actions/.github/workflows/pull-request.yml@main | |
| secrets: inherit | |
| with: | |
| internal_app: false | |
| claude_extra_prompt: | | |
| This repository builds the customer-facing Simple Analytics tracking scripts. | |
| The `/dist` directory is generated output. Skip `/dist` for review findings, bug and vulnerability checks, and validation commands. Do not report issues only present in `/dist` unless they prove that a source or build-input change is broken. | |
| Focus on source files, tests, build scripts, workflow files, and package metadata. |