diff --git a/.github/workflows/checkrun.yml b/.github/workflows/checkrun.yml deleted file mode 100644 index 6a7dda897..000000000 --- a/.github/workflows/checkrun.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Publish - -on: - push - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-node@v1 - with: - node-version: 10 - - run: npm i - - run: npm run build - - run: npm test