vector-im/element-x-ios/issues/14 - Initial Danger setup

This commit is contained in:
Stefan Ceriu
2022-04-26 17:21:32 +03:00
parent 628c7e9e49
commit d702452ce3
6 changed files with 103 additions and 6 deletions

20
.github/workflows/danger.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Danger CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Danger
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.danger-swift
key: danger-swift-cache-key
- name: Danger
uses: docker://ghcr.io/danger/danger-swift-with-swiftlint:3.12.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}