diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d35654..c947365 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,25 +26,4 @@ jobs: run: npm ci - name: Lint (ESLint) - run: npm run lint - - # We dont have any test yet - # - name: Run tests (Jest) - # run: npm test - - - name: Build (Webpack) - run: npm run build - - # This doesnt really work yet we need to figure this out - # - name: Package Firefox Extension - # run: npm run build:ext - - - name: Generate docs (JSDoc) - run: npm run docs - - # This doesnt work yet need to figure this out - # - name: Upload extension artifact - # uses: actions/upload-artifact@v3 - # with: - # name: firefox-recap-extension - # path: web-ext-artifacts/*.zip \ No newline at end of file + run: npm run lint \ No newline at end of file