Skip to content

Commit

Permalink
ci: Add bento checks
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Feb 11, 2020
1 parent ad503cd commit f4bda8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bento.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on: [pull_request]

jobs:
bento:
runs-on: ubuntu-latest
name: Bento checks
steps:
- uses: actions/checkout@v1
- name: Bento checks
id: bento
uses: returntocorp/bento-action@v1

0 comments on commit f4bda8d

Please sign in to comment.