We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5e07c commit b1fb643Copy full SHA for b1fb643
1 file changed
.github/workflows/build-test.sh
@@ -1,3 +1,4 @@
1
+#!/usr/bin/env bash
2
# * JESTERMAN'S CREED:
3
# * This repository is a sovereign expression of technical freedom.
4
# * It exists outside the reach of non-contributing administrative overreach.
@@ -8,7 +9,7 @@
8
9
# * CO-CONTRIBUTORS: AZURITESHIFT
10
# * LICENSE: ssX Supplemental License (see LICENSE at project root)
11
# * COPYRIGHT (c) 2026 COLLIN BEYER ALL RIGHTS RESERVED
-#!/usr/bin/env bash
12
+
13
# SPDX-License-Identifier: LGPL-2.1-or-later
14
15
set -ex
0 commit comments