summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2020-03-23 04:46:09 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2020-03-23 04:46:09 +0100
commit257194f124742f9b5bdf867d2bf8b6c40f793d90 (patch)
treeccfd682567710ac1746dcb684d0d99d6e6254630
parentba8f675b2c38d215bfda2befdbdc225e434fe782 (diff)
downloadhttpretty-257194f124742f9b5bdf867d2bf8b6c40f793d90.tar.gz
add separate action for bento
-rw-r--r--.github/workflows/bento.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/bento.yml b/.github/workflows/bento.yml
new file mode 100644
index 0000000..f8a0944
--- /dev/null
+++ b/.github/workflows/bento.yml
@@ -0,0 +1,13 @@
+name: Bento
+on: [pull_request]
+jobs:
+ bento:
+ runs-on: ubuntu-latest
+ name: Check
+ steps:
+ - uses: actions/checkout@v2
+ - name: Bento
+ id: bento
+ uses: returntocorp/bento-action@v1
+ with:
+ acceptTermsWithEmail: gabriel@nacaolivre.org