Skip to content

Commit

Permalink
ci: add deptry workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jul 29, 2024
1 parent 8169e71 commit 09049fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deptry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#SPDX-FileCopyrightText: 2024 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run deptry dependency checker

on: [push, pull_request]

jobs:
deptry:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."

0 comments on commit 09049fe

Please sign in to comment.