FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
swifter/.github/workflows/danger.yml at stable · httpswift/swifter · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
httpswift
/
swifter
Public
Notifications
You must be signed in to change notification settings
Fork
554
Star
4k
Code
Issues
109
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
swifter
/
.github
/
workflows
/
danger.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (21 loc) · 594 Bytes
Breadcrumbs
swifter
/
.github
/
workflows
/
danger.yml
Copy path
File metadata and controls
25 lines (21 loc) · 594 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name
:
Danger
on
:
pull_request
:
types
:
[opened, synchronize, edited]
branches
:
-
stable
jobs
:
Danger
:
runs-on
:
ubuntu-18.04
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
ruby/setup-ruby@v1
with
:
ruby-version
:
2.6
#
Not needed with a .ruby-version file
bundler-cache
:
true
#
runs 'bundle install' and caches installed gems automatically
-
name
:
Danger
run
:
|
bundle exec danger --fail-on-errors=true
shell
:
bash
env
:
DANGER_GITHUB_API_TOKEN
:
${{ secrets.BOT_ACCESS_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL