Skip to content

Bump github.com/tuist/xcodeproj from 8.23.5 to 8.24.6 #100

Bump github.com/tuist/xcodeproj from 8.23.5 to 8.24.6

Bump github.com/tuist/xcodeproj from 8.23.5 to 8.24.6 #100

name: Unused Code Lint
on:
push:
branches: [ main ]
paths:
- 'Sources/**.swift'
- 'Tests/**.swift'
- 'Package.swift'
- 'Package.resolved'
pull_request:
paths:
- 'Sources/**.swift'
- 'Tests/**.swift'
- 'Package.swift'
- 'Package.resolved'
concurrency:
group: unused_code_lint_${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unused_code_lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Cache .build
uses: actions/cache@v4.0.2
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Installing Periphery
run: brew install peripheryapp/periphery/periphery
- name: Run Periphery
run: periphery scan --format github-actions --relative-results --strict