Skip to content

Adds more logging

Adds more logging #24

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch: {}
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: SwiftLint
run: swiftlint --quiet --reporter github-actions-logging