Skip to content

Use new TelemetryDeck error logging #135

Use new TelemetryDeck error logging

Use new TelemetryDeck error logging #135

Workflow file for this run

name: "Run SwiftLint"
on:
pull_request:
jobs:
swiftlint:
name: "Run SwiftLint"
runs-on: ubuntu-latest
steps:
- name: "Check out repository"
uses: actions/checkout@v4
- name: "Run SwiftLint"
uses: norio-nomura/[email protected]
with:
args: "--strict --quiet --reporter github-actions-logging"