Skip to content

Commit

Permalink
Merge pull request #135 from mariusgreve/master
Browse files Browse the repository at this point in the history
Added action.yml so it can be run locally through act
  • Loading branch information
f-meloni committed Sep 29, 2020
2 parents ca58dfd + 1da2cfc commit a62b822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
## Master

- Optimise Dockerfile layers to make Danger-Kotlin faster when the image is pulled on CI [@f-meloni] - [#129](https://github.com/danger/kotlin/pull/129)
- Add action.yml to make it possible to run locally through [act](https://github.com/nektos/act) [@mariusgreve] - [#135](https://github.com/danger/kotlin/pull/135)

# 0.7.0

Expand Down Expand Up @@ -41,3 +42,4 @@
[@brentwatson]: https://github.com/brentwatson
[@anton46]: https://github.com/anton46
[@uzzu]: https://github.com/uzzu
[@mariusgreve]: https://github.com/mariusgreve
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: 'danger-kotlin'
description: 'Stop saying "you forgot to …" in code review'
runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit a62b822

Please sign in to comment.