Skip to content

Commit

Permalink
Merge pull request #288 from Dallinger/some-js-cleanup
Browse files Browse the repository at this point in the history
Some js cleanup
  • Loading branch information
jessesnyder committed May 22, 2024
2 parents 259aadd + da42a2d commit 98370ae
Show file tree
Hide file tree
Showing 7 changed files with 726 additions and 769 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Run tests
name: Run tests and pre-commit hooks

on:
push:

jobs:
test:
name: Run tests
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -43,6 +43,7 @@ jobs:
fail-on-empty: true

pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 98370ae

Please sign in to comment.