Skip to content

Commit 2199081

Browse files
committed
add workflow to submit scala dependencies
1 parent d24fc92 commit 2199081

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Dependency Graph
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master #default branch of project
8+
9+
jobs:
10+
update-graph:
11+
name: Update Dependency Graph
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: scalacenter/sbt-dependency-submission@v3
16+
with:
17+
working-directory: './'

0 commit comments

Comments
 (0)