mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
|
|
||
|---|---|---|
| .. | ||
| hashes.sha256 | ||
| README.md | ||
| run.sh | ||
Outline Shellcheck Wrapper
This directory is used to lint our scripts using Shellcheck. To ensure consistency across developer systems, the included script
- Attempts to identify the developer's OS (Linux, macOS, or Windows)
- Downloads a pinned version of Shellcheck into
./download - Checks the archive hash
- Extracts the executable
- Runs the executable
The executable is cached on the developer's system after the first download. To clear the cache, run rm download (or npm run clean in the repository root).