Merge remote-tracking branch 'origin/main' into CURA-11622_conan_v2 #126
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FIXME: Once merge, rename workflow to match the one on Cura-corkflows, but for now I can't otherwise it won't run | |
name: lint-formatter | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- 'include/**/*.h*' | |
- 'src/**/*.cpp*' | |
- 'tests/**/*.cpp*' | |
- '.github/workflows/lint-formatter.yml' | |
jobs: | |
# FIXME: Use main once merged | |
lint-formatter-job: | |
uses: ultimaker/cura-workflows/.github/workflows/apply-cpp-linter.yml@CURA-11622_conan_v2 |