Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJameson committed Aug 21, 2024
1 parent cc4952c commit a9944db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/spellcheck-ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
echo "Base ref: ${{ steps.get-pr.outputs.base_ref }}"
echo "Head ref: ${{ steps.get-pr.outputs.head_ref }}"
echo "Changed: ${{ steps.changed-files.outputs.all_changed_files }}"
echo "Current working directory: $(pwd)"
- name: Find file
run: |
find . -name sample.md
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit a9944db

Please sign in to comment.