We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69ee16 commit 5c55101Copy full SHA for 5c55101
2 files changed
.github/workflows/ci.yml
@@ -90,11 +90,7 @@ jobs:
90
if: matrix.build-type == 'debug' && runner.os == 'Linux'
91
run: |
92
cd examples/task-manager
93
- if [ "$RUNNER_OS" = "macOS" ]; then
94
- make clean CXX=clang++ analyze
95
- else
96
- make clean analyze
97
- fi
+ make clean analyze
98
shell: bash
99
100
- name: Check compilation
.github/workflows/validate-docs.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Run markdownlint
42
43
- markdownlint --config .markdownlint.jsonc \
+ markdownlint --config .markdownlint.yaml \
44
"README.md" \
45
"examples/**/README.md" \
46
"examples/**/docs/**/*.md" \
0 commit comments