Fixes #2414 - Move member loading to the room member detail screen, a… #4995
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: Danger CI | |
on: [pull_request] | |
jobs: | |
build: | |
name: Danger | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/cache@v3 | |
with: | |
path: ~/.danger-swift | |
key: danger-swift-cache-key | |
- name: Danger | |
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.15.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |