Skip to content

Commit

Permalink
Add some trailingws to see if pre-commit action fails
Browse files Browse the repository at this point in the history
  • Loading branch information
truedat101 committed Sep 22, 2024
1 parent 38959d3 commit eba5885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: pre-commit/[email protected]
with:
extra_args: bon-jovi
extra_args: trailing-whitespace
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion js/tinytib.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,6 @@ $(document).ready(function() {
} else {
alert("Implement manual loop startup");
}
});
});


0 comments on commit eba5885

Please sign in to comment.