Skip to content

feat(panel-view): add filterable tables, trace frames, safe links, an… #16

feat(panel-view): add filterable tables, trace frames, safe links, an…

feat(panel-view): add filterable tables, trace frames, safe links, an… #16

Workflow file for this run

---
on:
pull_request: &ignore-paths
paths-ignore:
- ".gitattributes"
- ".gitignore"
- "CHANGELOG.md"
- "docs/**"
- "README.md"
push: *ignore-paths
name: build
permissions:
contents: read
jobs:
phpunit:
uses: php-forge/actions/.github/workflows/phpunit.yml@a574dbe95fc370db1b7b5ea546cd5ff5b70304d6 # v3.0.0
with:
php-version: '["8.3","8.4","8.5"]'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}