Skip to content

Switch to Xcode 15.4 #137

Switch to Xcode 15.4

Switch to Xcode 15.4 #137

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict