From bd9aec0c6769e405768029cfd5cb3845a8fe952f Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sat, 25 Jan 2025 15:17:06 -0800 Subject: [PATCH] Cleanup Periphery (#99) # Cleanup Periphery ## :gear: 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/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md). --------- Signed-off-by: Paul Schmiedmayer --- .github/workflows/periphery.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/periphery.yml b/.github/workflows/periphery.yml index b0641e8..38e0a24 100644 --- a/.github/workflows/periphery.yml +++ b/.github/workflows/periphery.yml @@ -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