Skip to content

Commit

Permalink
Update StaticAnalysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco authored Aug 14, 2023
1 parent 8e15b35 commit 08aab9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/StaticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
Setup:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Setup destination path
run: mkdir -p static/dev/${{ github.ref }}
IncludeDependencyGraph:
Expand All @@ -30,6 +26,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 08aab9c

Please sign in to comment.