Skip to content

Commit

Permalink
Cleanup Periphery (#72)
Browse files Browse the repository at this point in the history
# Cleanup Periphery

## ⚙️ Release Notes 
- Cleanup Periphery

## 📝 Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
PSchmiedmayer authored Jan 25, 2025
1 parent 2cd63fc commit 2147f15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ jobs:
- name: Run periphery
run: |
periphery scan --relative-results --format github-actions --strict -- -skipPackagePluginValidation -skipMacroValidation
- name: Cleanup periphery
if: always()
run: rm -rf ~/Library/Caches/com.github.peripheryapp

0 comments on commit 2147f15

Please sign in to comment.