Skip to content

fix: bind dashboard to loopback and escape HTML in trace rendering #15

fix: bind dashboard to loopback and escape HTML in trace rendering

fix: bind dashboard to loopback and escape HTML in trace rendering #15

Workflow file for this run

name: "PR Lint"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
main:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}