diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml deleted file mode 100644 index d3b7212..0000000 --- a/.github/workflows/workflow.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: [push, pull_request] -name: Test and lint - -jobs: - - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - run: npm test - - package_check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: "Ensure that code has been packaged and commited" - run: |- - npm install - npm run package - git diff --exit-code dist/index.js || \ - (echo -e "\nPlease run 'npm run package' and commit the results" && exit 1) \ No newline at end of file