From e97931370108528eff84aabcb2983757bf317687 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 19 Feb 2024 12:40:24 +0400 Subject: [PATCH] Update deptry.yml --- .github/workflows/deptry.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/deptry.yml b/.github/workflows/deptry.yml index 8b13789..e0efab3 100644 --- a/.github/workflows/deptry.yml +++ b/.github/workflows/deptry.yml @@ -1 +1,16 @@ +name: Analyse with deptry +on: + [push] + +jobs: + build_paper: + runs-on: ubuntu-latest + + steps: + - name: Set up Git repository + uses: actions/checkout@v4 + + - uses: ./actions/deptry + with: + source-folder: "cvx"