We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a195af + 0642007 commit 350f8ebCopy full SHA for 350f8eb
.github/workflows/lint-linkml.yml
@@ -52,16 +52,6 @@ jobs:
52
echo "=== Linting Results ==="
53
cat linting-results.md
54
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)
65
- name: Comment linting results on PR
66
if: github.event_name == 'pull_request'
67
uses: actions/github-script@v7
0 commit comments