Skip to content

MatsuriJapon/promtool-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Promtool docker action

This action executes promtool with the given arguments.

Inputs

args

The arguments to pass to promtool

Example usage

on: [push]
jobs:
    test-alert-rules:
    runs-on: ubuntu-18.04
    steps:
    - name: 'Checkout'
      uses: 'actions/checkout@v2'
    - name: 'Run promtool tests'
      uses: 'MatsuriJapon/promtool-action@v1'
      with:
        args: 'test rules $(find monitoring/test -name *.yaml)