Skip to content

Commit 92c6f2d

Browse files
committed
chore(build): remove legacy dependabot validate workflow; add clean script
1 parent 299199f commit 92c6f2d

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

.github/workflows/dependabot-validate.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

clean.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
THISDIR=$(cd $(dirname "$0"); pwd) #this script's directory
3+
THISSCRIPT=$(basename $0)
4+
5+
git clean -f -d -x "$THISDIR"

0 commit comments

Comments
 (0)