Skip to content

Commit

Permalink
fix: enumerating all files?
Browse files Browse the repository at this point in the history
  • Loading branch information
alex28sh committed Aug 22, 2024
1 parent 6c2a3e0 commit 0559cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 100 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
chmod +x ./public/scripts/test-new.sh
./public/scripts/test-new.sh $ALL_CHANGED_FILES
echo "${ALL_CHANGED_FILES[@]}"
./public/scripts/test-new.sh "${ALL_CHANGED_FILES[@]}"
shell: bash
# nagini 000-has-close-elements.py
99 changes: 0 additions & 99 deletions WIP: 154-cycpattern_check.py

This file was deleted.

0 comments on commit 0559cf6

Please sign in to comment.