From 6d446cdee6fc8558cd4f124d4ceac4c09e4a0a45 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:21:33 -0300 Subject: [PATCH] Marked automatically generated GH workflows as such fixed checks.yml --- .gitattributes | 8 ++++++++ .github/workflows/checks.yml | 10 ++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index e174fbb04..55ca91d67 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,11 @@ EXAConf text eol=lf poetry.lock linguist-generated=true exasol_integration_test_docker_environment/docker_db_config/**/* linguist-generated=true +.github/workflows/cd.yml linguist-generated=true +.github/workflows/check-release-tag.yml linguist-generated=true +.github/workflows/checks.yml linguist-generated=true +.github/workflows/ci.yml linguist-generated=true +.github/workflows/gh-pages.yml linguist-generated=true +.github/workflows/merge-gate.yml linguist-generated=true +.github/workflows/pr-merge.yml linguist-generated=true +.github/workflows/report.yml linguist-generated=true diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7f27ad2e0..9d7848c4e 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,13 +22,8 @@ jobs: uses: exasol/python-toolbox/.github/actions/python-environment@0.17.0 - name: Check Version(s) - run: poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"` - echo "Please enable the version check by replacing this output with shell command bellow:" - echo "" - echo "poetry run version-check <>" - echo "" - echo "Note: <> needs to point to the version file of the project (version.py)." - exit 1 + run: | + poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"` Documentation: name: Docs @@ -153,4 +148,3 @@ jobs: name: coverage-python${{ matrix.python-version }} path: .coverage include-hidden-files: true -