Skip to content

Commit 3a6db38

Browse files
committed
ci: rename configs to .bash
Avoids locale linting error and indicates that the config files must use bash, not some other variant of shell script.
1 parent 401e0ce commit 3a6db38

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525

2626
- name: Run CI script
2727
env:
28-
CI_CONFIG: ci/configs/${{ matrix.config }}.sh
28+
CI_CONFIG: ci/configs/${{ matrix.config }}.bash
2929
run: ci/scripts/run.sh

ci/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ All CI is just bash and nix.
1616
To run jobs locally:
1717

1818
```bash
19-
CI_CONFIG=ci/configs/default.sh ci/scripts/run.sh
20-
CI_CONFIG=ci/configs/llvm.sh ci/scripts/run.sh
21-
CI_CONFIG=ci/configs/gnu32.sh ci/scripts/run.sh
19+
CI_CONFIG=ci/configs/default.bash ci/scripts/run.sh
20+
CI_CONFIG=ci/configs/llvm.bash ci/scripts/run.sh
21+
CI_CONFIG=ci/configs/gnu32.bash ci/scripts/run.sh
2222
```
2323

2424
By default CI jobs will reuse their build directories. `CI_CLEAN=1` can be specified to delete them before running instead.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)