diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index a6699e5..68025d6 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -30,7 +30,7 @@ jobs: - uses: pre-commit/action@v3.0.0 with: - extra_args: bon-jovi + extra_args: trailing-whitespace eslint: name: Run eslint scanning runs-on: ubuntu-latest diff --git a/js/tinytib.js b/js/tinytib.js index 78375ba..2d5632b 100644 --- a/js/tinytib.js +++ b/js/tinytib.js @@ -275,4 +275,6 @@ $(document).ready(function() { } else { alert("Implement manual loop startup"); } -}); +}); + +