Files
letro-ios/.github/workflows/danger.yml
Stefan Ceriu 8d2e30c0b6 SwiftUI NavigationController and UserNotificationControllers (#309)
* Fixes #286 - Adopted the new SwiftUI NavigationStack based NavigationController throughout the application
* Fixes #315 - Implemented new user notification components on top of SwiftUI and the new navigation flows
* Add home screen fade animation between skeletons and real rooms
* Bump the danger-swift version used on the CI and swiftlint with it
* Renamed Splash to Onboarding, Empty to Splash
2022-11-16 13:37:34 +00:00

21 lines
418 B
YAML

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.14.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}