diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ed0f75..76c03d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,12 +31,6 @@ jobs: with: node-version: ${{ matrix.node }} cache: 'pnpm' - - name: Cache dependencies - id: cache-pnpm - uses: actions/cache@v4 - with: - path: node_modules - key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} - name: Install dependencies run: pnpm install - name: Check spelling diff --git a/.github/workflows/publish-to-github.yml b/.github/workflows/publish-to-github.yml index 1ecf879..c76ca3b 100644 --- a/.github/workflows/publish-to-github.yml +++ b/.github/workflows/publish-to-github.yml @@ -20,12 +20,6 @@ jobs: registry-url: 'https://npm.pkg.github.com' # Defaults to the user or organization that owns the workflow file scope: '@javierbrea' - - name: Cache dependencies - id: cache-pnpm - uses: actions/cache@v4 - with: - path: node_modules - key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} - name: Install dependencies run: pnpm install - uses: MerthinTechnologies/edit-json-action@v1 diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index e5730f0..c7134ef 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -19,12 +19,6 @@ jobs: registry-url: 'https://npm.pkg.github.com' # Defaults to the user or organization that owns the workflow file scope: '@javierbrea' - - name: Cache dependencies - id: cache-pnpm - uses: actions/cache@v4 - with: - path: node_modules - key: pnpm-${{ hashFiles('pnpm-lock.yaml') }} - name: Install dependencies run: pnpm install - run: pnpm -r publish --no-git-checks diff --git a/cspell/missing.txt b/cspell/missing.txt index 7163880..c2a5938 100644 --- a/cspell/missing.txt +++ b/cspell/missing.txt @@ -1,6 +1,9 @@ Brea commonmark +coverallsapp javierbrea +Merthin prelint +sonarcloud +sonarsource Uninen -