Skip to content

Commit

Permalink
Update deptry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 19, 2024
1 parent 7a39d1a commit e979313
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deptry.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e979313

Please sign in to comment.