Skip to content

Add check for owner references in backup sync, removing if missing #6883

Add check for owner references in backup sync, removing if missing

Add check for owner references in backup sync, removing if missing #6883

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