Skip to content

Task / Enable root package target caching #142

Task / Enable root package target caching

Task / Enable root package target caching #142

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
SwiftLint:
strategy:
matrix:
xcode_version: ["15.4"]
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: Install SwiftLint
run: brew install swiftlint
- name: SwiftLint
run: swiftlint --strict