This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit 72ead93dee3555da0d8c7da1d3985e17a0f3243c Author: Brennan Ashton <bash...@brennanashton.com> AuthorDate: Mon Apr 5 21:41:14 2021 -0700 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