This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
unstructured
Watch
1
Star
0
Fork
0
You've already forked unstructured
mirror of
https://github.com/Unstructured-IO/unstructured.git
synced
2025-06-27 02:30:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
unstructured
/
scripts
/
shellcheck.sh
4 lines
63 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
chore: update all bash scripts to use shebang: /usr/bin/env bash (#779)
2023-06-20 16:00:55 -07:00
#!/usr/bin/env bash
feat: Add shellcheck to CI and Make target (#10)
2022-09-29 15:24:28 -04:00
chore: update sphinx ingest docs with new connectors (#2245) Replacing https://github.com/Unstructured-IO/unstructured/pull/2243
2023-12-11 16:29:41 -05:00
find . -name
"*.sh"
-exec shellcheck
{
}
+
Reference in New Issue
Copy Permalink