mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
Ignore .venv on shfmt check
This commit is contained in:
parent
52a91af20c
commit
a38bfbc1db
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -43,7 +43,8 @@ jobs:
|
|||||||
.venv
|
.venv
|
||||||
- name: Shell Formatter (shfmt)
|
- name: Shell Formatter (shfmt)
|
||||||
uses: mfinelli/setup-shfmt@v3
|
uses: mfinelli/setup-shfmt@v3
|
||||||
- run: shfmt -i 2 -d .
|
- run:
|
||||||
|
find . -type f -name '*.sh' ! -path './.venv/*' -print0 | xargs -0 shfmt -i 2 -d
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user