From 1fedf153e8c386ceda35877d753dcc851bb12c62 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Mon, 29 Jan 2024 10:54:33 +0100 Subject: [PATCH] ci: fixes to rule-diff --- .github/workflows/rule-diff.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rule-diff.yml b/.github/workflows/rule-diff.yml index 132cf2e..064ea3a 100644 --- a/.github/workflows/rule-diff.yml +++ b/.github/workflows/rule-diff.yml @@ -45,13 +45,13 @@ jobs: restore-keys: | ${{ runner.os }}-node- - - name: install the PR source + - name: Install the PR source run: 'npm ci --ignore-scripts --force' working-directory: ./source - - name: install the PR target + - name: Install the PR target run: 'npm ci --ignore-scripts --force' working-directory: ./target - - name: generate diff + - name: Generate diff run: npx --no compare-eslint-configs ../target/.eslintrc .eslintrc -d -m --verbose-configs >> $GITHUB_STEP_SUMMARY working-directory: ./source