Skip to content

Commit

Permalink
Format GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Oct 28, 2024
1 parent 07f5c49 commit bd6e039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/they_said_to_compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
# Compile each groovy file
for file in $groovyFiles; do
compiledFile="compiled/$(basename "$file" | sed 's/^_//')"
echo "Compiling $file to $compiledFile"
python3 compiler.py "$file" "$compiledFile"
done
- name: Commit and Push Changes
Expand Down

0 comments on commit bd6e039

Please sign in to comment.