diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index ac53a24..f0d0b5f 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -1,9 +1,9 @@ -name: JS lint & test +name: JS on: [push] jobs: build: - name: JS Lint & Test + name: Lint & Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3