Skip to content

Use a Client in AuthenticationService now that the Rust one has been removed. #5875

Use a Client in AuthenticationService now that the Rust one has been removed.

Use a Client in AuthenticationService now that the Rust one has been removed. #5875

Workflow file for this run

name: Danger CI
on: [pull_request]
jobs:
build:
name: Danger
runs-on: macos-14
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 }}