mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 13:55:58 +08:00
Add static analysis workflow
This commit is contained in:
parent
e3c277b9ee
commit
c99c81e0ff
10
.github/workflows/static_analysis.yml
vendored
Normal file
10
.github/workflows/static_analysis.yml
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user