From c76dad733ee3438753b70db0218a90140f250128 Mon Sep 17 00:00:00 2001 From: mk Date: Fri, 29 Oct 2021 15:32:34 +0200 Subject: [PATCH] add dummy line to trigger pipeline --- .github/workflows/oe-linter.yml | 11 +++++++++-- README | 2 +- .../recipes-devtools/python/python3-django_2.2.24.bb | 1 + 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/oe-linter.yml b/.github/workflows/oe-linter.yml index de3383a0d75..2c245e0441d 100644 --- a/.github/workflows/oe-linter.yml +++ b/.github/workflows/oe-linter.yml @@ -24,11 +24,18 @@ jobs: uses: tj-actions/changed-files@v11.3 - name: Install linters - run: pip3 install oelint-adv + run: pip3 install oelint-adv codespell - name: Linting all modified files run: | for file in ${{ steps.changed-files.outputs.all_modified_files }}; do echo "linting $file" - oelint-adv --quiet --color --rulefile=oelint-rulefile.json $file + oelint-adv --quiet --color --relpaths --rulefile=oelint-rulefile.json $file + done + + - name: Codespell + run: | + for file in ${{ steps.changed-files.outputs.all_modified_files }}; do + echo "spell checking $file" + codespell $file done diff --git a/README b/README index f39828492c9..f2a3231c1c2 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Collection of layers for the OE-core universe Main layer maintainer: Khem Raj -This repository is a collection of layers to suppliment OE-Core +This repository is a collection of layers to supplement OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories diff --git a/meta-python/recipes-devtools/python/python3-django_2.2.24.bb b/meta-python/recipes-devtools/python/python3-django_2.2.24.bb index 982362bdd12..c053127524e 100644 --- a/meta-python/recipes-devtools/python/python3-django_2.2.24.bb +++ b/meta-python/recipes-devtools/python/python3-django_2.2.24.bb @@ -8,6 +8,7 @@ inherit setuptools3 SRC_URI[md5sum] = "ebf3bbb7716a7b11029e860475b9a122" SRC_URI[sha256sum] = "3339ff0e03dee13045aef6ae7b523edff75b6d726adf7a7a48f53d5a501f7db7" + RDEPENDS:${PN} += "\ ${PYTHON_PN}-sqlparse \ "