Skip to content

.github/workflows/static_analysis.yml #8

.github/workflows/static_analysis.yml

.github/workflows/static_analysis.yml #8

name: Run static analysis
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
static_analysis_master:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master

Check failure on line 10 in .github/workflows/static_analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static_analysis.yml

Invalid workflow file

error parsing called workflow ".github/workflows/static_analysis.yml" -> "Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
branch: master
actions_branch: master
static_analysis_dev:
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/static_analysis.yml@master
secrets: inherit
with:
branch: ms_dev
actions_branch: master