Skip to content

Update Prometheus team to the latest #5

Update Prometheus team to the latest

Update Prometheus team to the latest #5

Workflow file for this run

# Used to validate changes to the project-maintainers.csv file
# Source: https://github.com/krook/csv-lint
# Test: https://github.com/krook/csv-lint-test
on:
pull_request:
paths:
- 'project-maintainers.csv'
jobs:
verify-cvs-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate CSV
uses: krook/csv-lint@main
env:
CSV_FILE: "project-maintainers.csv"