Skip to content

Make unregisterall() remove UserDefaults + Make it a public method #158

Make unregisterall() remove UserDefaults + Make it a public method

Make unregisterall() remove UserDefaults + Make it a public method #158

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: SwiftLint
uses: norio-nomura/[email protected]