Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Versioning details in exporter to controller and client #82

Versioning details in exporter to controller and client

Versioning details in exporter to controller and client #82

Workflow file for this run

name: "Code Quality"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Running Linter
run: make lint