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 8f2424a commit 83d7a76
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ jobs:
run: |
git fetch origin main
NEW_PY_FILES=$(git diff --name-only --diff-filter=A origin/main HEAD | grep '\.py$' | tr '\n' ' ')
echo "$NEW_PY_FILES"
echo "new_py_files=$NEW_PY_FILES" >> $GITHUB_OUTPUT
- name: Typecheck new files
uses: jakebailey/pyright-action@v2
with:
version: 1.1.311
files: ${{ steps.get_new_files.outputs.new_py_files }}
Loading

0 comments on commit 83d7a76

Please sign in to comment.