Remove responds(to aSelector: Selector!) method in url session delegate and user notification center delegate proxies #340
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Danger | |
on: | |
pull_request: | |
branches: | |
- main | |
workflow_call: {} | |
workflow_dispatch: {} | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: "Run Danger" | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run Danger Swift | |
uses: danger/swift@3.20.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |