Skip to content

Bump github.com/tuist/xcodeproj from 8.23.5 to 8.24.9 #125

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

Bump github.com/tuist/xcodeproj from 8.23.5 to 8.24.9 #125

Workflow file for this run

name: 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: lint_${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Run Swiftlint
run: make lint_ci