Skip to content

Merge pull request #38 from p2p-org/security-workflow-sast #120

Merge pull request #38 from p2p-org/security-workflow-sast

Merge pull request #38 from p2p-org/security-workflow-sast #120

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
jobs:
Promtool:
name: Promtool
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check Prometheus config
uses: peimanja/promtool-github-actions@master
with:
promtool_actions_subcommand: 'config'
promtool_actions_files: 'prometheus/prometheus.yml'
promtool_actions_version: 2.50.0
promtool_actions_comment: true