Skip to content

Fix warnings in NotificationCenter+Utils #53

Fix warnings in NotificationCenter+Utils

Fix warnings in NotificationCenter+Utils #53

Workflow file for this run

name: SwiftLint
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}