Skip to content

cyeragit/promtool-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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)

About

GitHub Action to execute promtool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 74.8%
  • Shell 25.2%