Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maisiesadler committed May 2, 2021
1 parent 51e83b6 commit f2a95cb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Generate dependency diagram
on:
push:
branches:
- main

jobs:
dockerbuild:
name: Docker build and test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1

- name: Docker build
shell: bash
run: docker build .

- name: Generate UML dependencies
uses: maisiesadler/deptree@0.0.2

0 comments on commit f2a95cb

Please sign in to comment.