Add Periphery config and CI workflow; remove dead code #2
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Periphery | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| jobs: | |
| periphery: | |
| runs-on: macos-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install Periphery | |
| run: brew install peripheryapp/periphery/periphery | |
| - name: Run Periphery | |
| run: periphery scan |