Skip to content

docs: lint README for Grafana Labs style #666

docs: lint README for Grafana Labs style

docs: lint README for Grafana Labs style #666

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
merge_group:
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- id: lint-pr-title
uses: ./actions/lint-pr-title