Files
flame/scripts/cspell-run.sh
Luan Nico d1698c44a6 ci: Update shebang on cspell scripts to be more env agnostic (#3726)
Update shebang on cspell scripts to be more env agnostic.

This follows standard practices as seen in the [ysap
guide](https://style.ysap.sh/):

> Bash is not always located at /bin/bash, so use this line:
> `#!/usr/bin/env bash`

This is also in line with the other scripts on the repo.
2025-09-27 23:26:09 +02:00

4 lines
88 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cspell --no-progress -c .github/cspell.json "**/*.{md,dart}"