diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml new file mode 100644 index 0000000000..9998b67118 --- /dev/null +++ b/.github/workflows/static_analysis.yml @@ -0,0 +1,10 @@ +name: Run static analysis + +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + +jobs: + static_analysis: + uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master