Skip to content

fix(permission): unable to send messages in DM #630

fix(permission): unable to send messages in DM

fix(permission): unable to send messages in DM #630

Workflow file for this run

name: Lint with SwiftLint
on:
# Run on PR and push to every branch
pull_request:
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1