Skip to content

Commit

Permalink
++ run command
Browse files Browse the repository at this point in the history
  • Loading branch information
yucelz committed Apr 2, 2024
1 parent 4d412cf commit 15736ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
run: |
pre-commit run --all-files
run: python test.py
2 changes: 1 addition & 1 deletion src/test.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print("This line will be printed.")
print("This line will be printed as part of the github action worklow.")

0 comments on commit 15736ea

Please sign in to comment.