Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Jul 30, 2024
1 parent 7b994dc commit d406b8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/versionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,14 @@ jobs:
- name: Check version tags and post reminders
id: check_versions
run: |
echo "A"
FILES="${{ github.steps.modified_files.outputs.FILES }}"
echo "B"
echo "FILES=$FILES"
FACETS=$(echo "$FILES" | grep -E '^src/Facets/.*\.sol$')
echo "C"
PERIPHERY=$(echo "$FILES" | grep -E '^src/Periphery/.*\.sol$')
echo "D"
echo "FACETS found: $FACETS"
echo "PERIPHERY found: $PERIPHERY"
Expand Down

0 comments on commit d406b8a

Please sign in to comment.