Skip to content

Commit

Permalink
ci(deptry): add deptry dependency checker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Feb 26, 2024
1 parent 6f4fca6 commit f877258
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:
black:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."

0 comments on commit f877258

Please sign in to comment.