mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 10:31:46 +04:00
POC or MVP: Succeeds checking shfmt on Windows which uses bash. Requires that bash is meaningful (WSL, MSys64) on the command prompt, and shfmt is installed in the bash environment.
This commit is contained in:
parent
023b337ff0
commit
e7698cdb38
4 changed files with 102 additions and 2 deletions
2
bash_script.sh
Normal file
2
bash_script.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
set -Eeuo pipefail
|
||||
Loading…
Add table
Add a link
Reference in a new issue