Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLightsOn committed Sep 12, 2024
1 parent 50b90e7 commit 255c7a1
Show file tree
Hide file tree
Showing 2 changed files with 442 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
id: get_new_files
run: |
git fetch origin main
NEW_PY_FILES=$(git diff --name-only --diff-filter=A origin/main HEAD | grep '\.py$')
echo "added_files=$NEW_PY_FILES" >> $GITHUB_OUTPUT
git diff --name-only --diff-filter=A origin/main HEAD | grep '\.py$'
Loading

0 comments on commit 255c7a1

Please sign in to comment.