Problem
The caching for 'pip' and 'npm' has been removed in the .github/workflows/ai-issue.yml and .github/workflows/lint.yml files respectively.
Code Reference
The removed lines are:
- cache: 'pip'
- cache: 'npm'
Suggested Fix
Consider re-adding the caching to improve efficiency, or provide a reason for its removal.
Permalink
|
uses: actions/setup-python@v6 |
Generated from PR #15 | Auto-detected role: ci | Processed by actor: CommitAxis
Problem
The caching for 'pip' and 'npm' has been removed in the .github/workflows/ai-issue.yml and .github/workflows/lint.yml files respectively.
Code Reference
The removed lines are:
Suggested Fix
Consider re-adding the caching to improve efficiency, or provide a reason for its removal.
Permalink
ascii-text-generator/.github/workflows/ai-issue.yml
Line 30 in 64deb0a
Generated from PR #15 | Auto-detected role:
ci| Processed by actor: CommitAxis