Skip to content

Commit

Permalink
wip: introduce mix GitHub dependency submission
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Apr 1, 2023
1 parent 461d7cd commit 72b7915
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/github_dependency_submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- "main"
# TODO: Remove
pull_request:

name: "Dependency Submission"

jobs:
report_mix_deps:
name: "Report Mix Dependencies"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# TODO: Stable Version
- uses: jshmrtn/mix-dependency-submission@v1.0.0-beta.1
with:
project-name: 'hygeia'

0 comments on commit 72b7915

Please sign in to comment.