From be2097a914ffcc5c06f6f5950136e5a3d431a8e6 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Tue, 14 May 2024 10:06:04 +0200 Subject: [PATCH] run check-dependency-rules without ci-unified --- .github/workflows/checks-quick.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/checks-quick.yml b/.github/workflows/checks-quick.yml index 19de70c28f29..1fbf83e34650 100644 --- a/.github/workflows/checks-quick.yml +++ b/.github/workflows/checks-quick.yml @@ -41,9 +41,9 @@ jobs: check-dependency-rules: runs-on: arc-runners-polkadot-sdk timeout-minutes: 10 - needs: [set-image] - container: - image: ${{ needs.set-image.outputs.IMAGE }} + # needs: [set-image] + # container: + # image: ${{ needs.set-image.outputs.IMAGE }} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: check dependency rules @@ -103,18 +103,16 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - - uses: actions/setup-node@v4.0.1 + - name: Setup Node.js + uses: actions/setup-node@v4.0.1 with: node-version: "18.x" registry-url: "https://npm.pkg.github.com" scope: "@paritytech" - - name: Install tooling run: | npm install -g markdownlint-cli markdownlint --version - - name: Check Markdown env: CONFIG: .github/.markdownlint.yaml