Skip to content

Commit 350f8eb

Browse files
authored
Merge pull request #965 from GenomicsStandardsConsortium/963-minimal-fresh-pr-to-test-linting-artifact
remove commented code from action
2 parents 8a195af + 0642007 commit 350f8eb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/lint-linkml.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@ jobs:
5252
echo "=== Linting Results ==="
5353
cat linting-results.md
5454
55-
# # Upload the linting results as an artifact
56-
# - name: Upload linting report
57-
# uses: actions/upload-artifact@v4 # Updated to v4
58-
# with:
59-
# name: linkml-linting-results-${{ github.sha }} # Include commit SHA for uniqueness
60-
# path: linting-results.md
61-
# # Optional: Set retention period (default is 90 days)
62-
# # retention-days: 30
63-
64-
# Optional: Add a step to comment on PR with results (if running on PR)
6555
- name: Comment linting results on PR
6656
if: github.event_name == 'pull_request'
6757
uses: actions/github-script@v7

0 commit comments

Comments
 (0)