diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml deleted file mode 100644 index 388e8e65..00000000 --- a/.github/workflows/pr.yaml +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Pull Request - -on: - pull_request: - -defaults: - run: - shell: 'script -q -e -c "export TERM=xterm-256color; bash {0}"' - -jobs: - lint: - container: - image: node:9 - credentials: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_PASSWORD }} - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: lint - run: | - npm install && npm run build && npm run lint