Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shiranr committed Oct 30, 2023
1 parent db7f1d4 commit 4a9f290
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,24 @@ jobs:

# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: MegaLinter reports
path: |
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
Expand Down

0 comments on commit 4a9f290

Please sign in to comment.