Skip to content

feat: add destination to health output #378

feat: add destination to health output

feat: add destination to health output #378

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
branches: [ main ]
types: [opened, reopened, edited, synchronize]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-slim
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}