Skip to content

Commit

Permalink
Update Periphery (#91)
Browse files Browse the repository at this point in the history
# Update Periphery

## ⚙️ Release Notes 
- Update 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 <[email protected]>
  • Loading branch information
PSchmiedmayer authored Jan 10, 2025
1 parent d07dbab commit 09f9c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "environment: ${{ inputs.environment }}"
- name: Install periphery
if: ${{ !env.selfhosted }}
run: brew install peripheryapp/periphery/periphery
run: brew install periphery
- name: Run periphery
run: |
periphery scan --relative-results --format github-actions --strict -- -skipPackagePluginValidation -skipMacroValidation

0 comments on commit 09f9c82

Please sign in to comment.