Skip to content

Use the new preview screen when tapping media on the room and pinned events screens. #7522

Use the new preview screen when tapping media on the room and pinned events screens.

Use the new preview screen when tapping media on the room and pinned events screens. #7522

Workflow file for this run

name: Danger CI
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]
jobs:
build:
name: Danger
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup environment
run:
brew install danger/tap/danger-swift
- name: Danger
run:
danger-swift ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}