From 4a9f290aa194247325feba8334ac28ed844598fc Mon Sep 17 00:00:00 2001 From: shiranr Date: Mon, 30 Oct 2023 17:02:25 +0200 Subject: [PATCH] fix linter issue --- .github/workflows/mega-linter.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index cc4d7266ba..87eab0ea8d 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -54,7 +54,6 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts - if: ${{ success() }} || ${{ failure() }} uses: actions/upload-artifact@v2 with: name: MegaLinter reports @@ -62,17 +61,17 @@ jobs: megalinter-reports mega-linter.log -# - name: List Files -# run: ls -R + - name: List Files + run: ls -R -# - name: Save linkcheck cache -# uses: actions/upload-artifact@v2 -# with: -# name: linkcheck_cache -# path: megalinter-reports/linkcheck/cache + - name: Save linkcheck cache + uses: actions/upload-artifact@v2 + with: + name: linkcheck_cache + path: megalinter-reports/linkcheck/cache -# - name: List Files -# run: ls -R + - name: List Files + run: ls -R # Create pull request if applicable (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes