Skip to content

Commit a1aa18e

Browse files
committed
Trivial GitHub workflow tweak
1 parent 0a4aad9 commit a1aa18e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate_doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
- name: validate coding style and functionality
4545
run: |
4646
sudo apt-get install -q -y clang-format-11
47-
sh .ci/check-format.sh
48-
bash .ci/build-n-run.sh
49-
shell: bash
47+
.ci/check-format.sh
48+
.ci/build-n-run.sh
49+
shell: bash

0 commit comments

Comments
 (0)