diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3aa663..ab85c72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,18 +46,14 @@ jobs: brew upgrade cmake cmake --version - - name: Installing codesign certificates - if: matrix.os == 'macos-latest' - uses: apple-actions/import-codesign-certs@v2 - with: - p12-file-base64: ${{ secrets.APPLE_CERT_DATA }} - p12-password: ${{ secrets.APPLE_CERT_PASSWORD }} - - name: Install dependencies run: | npm -g i cmake-js npm run build-backend npm install + + - name: Run eslint + run: npm run lint - name: Build run: npm run package