Skip to content

Commit

Permalink
fix handson1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodvrees authored Jan 15, 2024
1 parent 08a0638 commit b92b9a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hands_on_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ jobs:
uses: actions/checkout@v2

- name: Count python lines
run: find . -name '*.py' | xargs wc -l
run: |
echo "Counting lines of python code"
find . -name '*.py' | xargs wc -l

0 comments on commit b92b9a2

Please sign in to comment.