From a3f07ff773abbb73793063707bce9754fc56ab57 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 20 Feb 2024 12:17:49 +0100 Subject: [PATCH] fix: ci-cd --- .github/workflows/ci_cd.yml | 12 ++++++------ doc/source/conf.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f12f4e2..0850740 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -73,11 +73,11 @@ jobs: body: | Please add one of the following labels to add this contribution to the Release Notes :point_down: - [bug](https://github.com/ansys/actions/pulls?q=label%3Abug+) - - [documentation](https://github.com/ansys/actions/pulls?q=label%3Adocumentation+) - - [enhancement](https://github.com/ansys/actions/pulls?q=label%3Aenhancement+) - - [good first issue](https://github.com/ansys/actions/pulls?q=label%3Agood+first+issue) - - [maintenance](https://github.com/ansys/actions/pulls?q=label%3Amaintenance+) - - [release](https://github.com/ansys/actions/pulls?q=label%3Arelease+) + - [documentation](https://github.com/ansys/scade-actions/pulls?q=label%3Adocumentation+) + - [enhancement](https://github.com/ansys/scade-actions/pulls?q=label%3Aenhancement+) + - [good first issue](https://github.com/ansys/scade-actions/pulls?q=label%3Agood+first+issue) + - [maintenance](https://github.com/ansys/scade-actions/pulls?q=label%3Amaintenance+) + - [release](https://github.com/ansys/scade-actions/pulls?q=label%3Arelease+) commit-and-branch-style: name: "Commit and branch style" @@ -143,7 +143,7 @@ jobs: steps: # - name: Checkout # uses: actions/checkout@v4 - # + # - name: Execute tests uses: ./scade-tests-pytest with: diff --git a/doc/source/conf.py b/doc/source/conf.py index 521bf7a..3365414 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -363,4 +363,4 @@ def load_file_lines_as_list(file_path): """ with open(file_path) as accepted_licenses_file: - return list(accepted_licenses_file.read().split("\n")) \ No newline at end of file + return list(accepted_licenses_file.read().split("\n"))