Added workflow file

This commit is contained in:
Mo Langning
2024-04-05 09:54:01 +00:00
parent 359f8adbba
commit 3577c3a670
2 changed files with 3 additions and 15 deletions
-12
View File
@@ -1,12 +0,0 @@
#!/usr/bin/bash
set -e
set -o pipefail
mkdir -p .working_space
cd .working_space
git clone --depth=1 https://github.com/trickest/wordlists.git
cd ../
./.bin/trickest-patcher.py
rm -rf .working_space