Skip to content

Updated print and os_log calls to modern OSLog class. #55

Updated print and os_log calls to modern OSLog class.

Updated print and os_log calls to modern OSLog class. #55

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Swiftlint verification
uses: norio-nomura/[email protected]
with:
args: --strict