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 fd1d505 + 1c7e565 commit 1d4db43Copy full SHA for 1d4db43
.github/workflows/lint-plugins.yml
@@ -28,29 +28,3 @@ jobs:
28
-w /workspace \
29
ghcr.io/stbenjam/claudelint:main \
30
-v --strict
31
-
32
- - name: Comment on PR (on failure)
33
- if: failure() && github.event_name == 'pull_request'
34
- uses: actions/github-script@v7
35
- with:
36
- script: |
37
- const output = `⚠️ Plugin linter found issues.
38
39
- Run locally to see details:
40
- \`\`\`bash
41
- docker run --rm -v $(pwd):/workspace ghcr.io/stbenjam/claudelint:main
42
- \`\`\`
43
44
- Or install and run directly:
45
46
- pip install claudelint
47
- claudelint
48
49
- `;
50
51
- github.rest.issues.createComment({
52
- issue_number: context.issue.number,
53
- owner: context.repo.owner,
54
- repo: context.repo.repo,
55
- body: output
56
- });
0 commit comments