Skip to content

Fix encoding for localhost URLs #121

Fix encoding for localhost URLs

Fix encoding for localhost URLs #121

Workflow file for this run

name: SwiftLint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
name: SwiftLint
runs-on: ubuntu-latest
container:
image: ghcr.io/realm/swiftlint:0.49.1
steps:
- name: Checkout
uses: actions/checkout@v3
- name: SwiftLint
run: swiftlint --reporter github-actions-logging --strict