Skip to content

Commit

Permalink
removed artifact upload portion of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Clews committed Sep 10, 2024
1 parent e9cc501 commit f2c4243
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,3 @@ jobs:
- name: Run markdownlint
run: markdownlint '**/*.md'

- name: Upload markdownlint result (if using any custom reports)
if: failure()
uses: actions/upload-artifact@v3
with:
name: markdownlint-results
path: ./markdownlint-results/

0 comments on commit f2c4243

Please sign in to comment.