Skip to content

Task/moved statsd to prometheus (#29) #39

Task/moved statsd to prometheus (#29)

Task/moved statsd to prometheus (#29) #39

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate style
run: make verify-lint