From 60750aadfca98d77cf5c7c23129e992f3c0ee6d9 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Sun, 10 Dec 2023 18:31:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-templates.yml | 4 ++-- .github/workflows/lint-typecheck.yml | 4 ++-- .github/workflows/registry.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-templates.yml b/.github/workflows/ci-templates.yml index c29885c319..5c3e53252c 100644 --- a/.github/workflows/ci-templates.yml +++ b/.github/workflows/ci-templates.yml @@ -41,7 +41,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: "pnpm" + cache: 'pnpm' cache-dependency-path: '**/pnpm-lock.yaml' - name: Get pnpm store directory @@ -60,4 +60,4 @@ jobs: run: pnpm install - name: 🏗 Run build - run: pnpm build \ No newline at end of file + run: pnpm build diff --git a/.github/workflows/lint-typecheck.yml b/.github/workflows/lint-typecheck.yml index df0d4dcdbc..27d0bcae90 100644 --- a/.github/workflows/lint-typecheck.yml +++ b/.github/workflows/lint-typecheck.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: node-version: [20.x] - + steps: - uses: actions/checkout@v4 @@ -79,7 +79,7 @@ jobs: needs: - lint-typecheck if: ${{ github.event_name == 'push' && failure() }} - + steps: - name: Notify uses: nobrayner/discord-webhook@v1 diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 1b04300d47..47c01803a7 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 20.x ] + node-version: [20.x] steps: - uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: - name: 🏗 Build Registry run: yarn build:registry - + - name: ◻️ Create Pull Request uses: peter-evans/create-pull-request@v4 with: @@ -47,4 +47,4 @@ jobs: commit-message: docs committer: GitHub branch: registry - delete-branch: true \ No newline at end of file + delete-branch: true