Skip to content

Cleanup legacy dashboards #77

Cleanup legacy dashboards

Cleanup legacy dashboards #77

Workflow file for this run

name: Jsonnet lint
on:
push:
paths:
- "jsonnet/**"
branches:
- develop
pull_request:
paths:
- "jsonnet/**"
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Jsonnet formatter
run: |
cd jsonnet && make --always-make fmt
- name: Jsonnet linter
run: |
cd jsonnet && make --always-make lint