diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3458dfd..d7ac10a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,7 @@ name: Karma Tests # Run on Pull Request to $branch only -on: - pull_request: - branches: [ $branch ] - push: - branches: - master +on: [push] # Job Setup jobs: @@ -20,4 +15,15 @@ jobs: - name: Run Karma Tests run: | npm install - npm run test + npm run test + timeout-minutes: 5 + web-ext: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 #Checkout Repo + - name: Web-ext lint + uses: kewisch/action-web-ext@v1 + with: + cmd: lint + channel: listed +