Skip to content

cherry pick #121 removing unused jsonnet modules #102

cherry pick #121 removing unused jsonnet modules

cherry pick #121 removing unused jsonnet modules #102

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/openebs-mixin && make --always-make fmt
- name: Jsonnet linter
run: |
cd jsonnet/openebs-mixin && make --always-make lint