Skip to content

fix(vmaas_sync): use new last change timestamp for repo based evaluation #574

fix(vmaas_sync): use new last change timestamp for repo based evaluation

fix(vmaas_sync): use new last change timestamp for repo based evaluation #574

Workflow file for this run

name: Pre-Commit Check
on:
push:
branches:
- "master"
- "stable"
pull_request:
branches:
- "master"
- "stable"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Pre-Commit
uses: pre-commit/[email protected]