just: remind ourselves now, so we can forget later: unchecked globbing can explode
This commit is contained in:
parent
1cc6924fa6
commit
9e92e0fe71
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
|
@ -53,6 +53,7 @@ lint:
|
||||||
# remove artefacts from dist/
|
# remove artefacts from dist/
|
||||||
clean:
|
clean:
|
||||||
rm dist/*.whl dist/*.tar.gz
|
rm dist/*.whl dist/*.tar.gz
|
||||||
|
# consider xargs, or something that won't explode on many files
|
||||||
|
|
||||||
# pretend we are CI
|
# pretend we are CI
|
||||||
ci: lint
|
ci: lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue