ci: migrate SwiftLint to brew/macOS and enforce swift-format --strict #5
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: [main] | |
| pull_request: | |
| jobs: | |
| periphery: | |
| name: Run Periphery | |
| runs-on: macos-26 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: SwiftyLab/setup-swift@latest | |
| with: | |
| swift-version: "6.2" | |
| - name: Install Periphery | |
| run: brew install periphery | |
| - name: Run Periphery | |
| run: periphery scan |