Skip to content

Commit 676981e

Browse files
committed
refactor(ci): Use shebang to call schemacheck
More consistent with other scripts. Signed-off-by: Loïc Minier <[email protected]>
1 parent 6e8b5ee commit 676981e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lava-schema-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
-e "s|{{GITHUB_SHA}}|${GITHUB_SHA}|g" \
3232
-i '{}' \;
3333
34-
python3 ci/schemacheck.py ./ci/lava/
34+
ci/schemacheck.py ci/lava/

ci/schemacheck.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
# Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
23
# SPDX-License-Identifier: MIT
34

0 commit comments

Comments
 (0)