Skip to content

ntp: fix undeclared prometheus dependency #3948

ntp: fix undeclared prometheus dependency

ntp: fix undeclared prometheus dependency #3948

Workflow file for this run

name: Cookstyle
on:
- push
- pull_request
- workflow_dispatch
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
cookstyle:
name: Cookstyle
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run cookstyle
run: bundle exec cookstyle --format fuubar