Skip to content

Move kopia logging from util/logging to remove indirect dependency in velero plugins #5763

Move kopia logging from util/logging to remove indirect dependency in velero plugins

Move kopia logging from util/logging to remove indirect dependency in velero plugins #5763

Workflow file for this run

name: Pull Request Linter Check
on: [pull_request]
jobs:
build:
name: Run Linter Check
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Linter check
run: make lint