From 42a45dbd32d32d2992ccf12cda1deec5639ef4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Mon, 18 Dec 2023 06:27:58 +0000 Subject: [PATCH] github actions: bento --- .github/workflows/pythonapp.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index bd1d04e..e292fd0 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -17,6 +17,12 @@ jobs: steps: - uses: actions/checkout@v3 + - id: bento + name: Bento + uses: returntocorp/bento-action@v1 + with: + acceptTermsWithEmail: gabrielteratos@gmail.com + - name: Install python version uses: gabrielfalcao/pyenv-action@v18 with: