Skip to content

Fix search styling

Fix search styling #92

Workflow file for this run

# Lints the project using SwiftLint
name: SwiftLint
on: [push]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.1.0