From 72ead93dee3555da0d8c7da1d3985e17a0f3243c Mon Sep 17 00:00:00 2001 From: Brennan Ashton Date: Mon, 5 Apr 2021 21:41:14 -0700 Subject: [PATCH] ci: lint only changed files --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4adc31409..cf9c111fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,8 +12,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: YAML Lint uses: github/super-linter@v4 env: + VALIDATE_ALL_CODEBASE: false VALIDATE_YAML: true VALIDATE_PYTHON_BLACK: true