mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
21 lines
418 B
YAML
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.15.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |