Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Delete NSConstraintLayoutSet.swift
Update danger workflow
  • Loading branch information
martinpucik committed May 1, 2022
commit 06948870c04def679a996d6672cc5fb0a5e94163
28 changes: 14 additions & 14 deletions .github/workflows/danger.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# name: Danger
name: Danger

# on:
# pull_request:
# branches:
# - master
on:
pull_request:
branches:
- master

# jobs:
# danger:
# name: Run Danger
# runs-on: macOS-latest
# steps:
# - name: Checkout the Git repository
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
jobs:
danger:
name: Run Danger
runs-on: ubuntu-latest
steps:
- name: Checkout the Git repository
uses: actions/checkout@v2
with:
fetch-depth: 0
# - name: Cache Gems
# uses: actions/cache@v1
# with:
Expand Down