Skip to content

show full error when unknown error occurs (debug) #8

show full error when unknown error occurs (debug)

show full error when unknown error occurs (debug) #8

Workflow file for this run

name: SwiftLint
on:
push:
jobs:
swiftlint:
runs-on: ubuntu-latest
container: ghcr.io/realm/swiftlint:latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run SwiftLint
run: swiftlint --strict