Skip to content

Commit

Permalink
ci: fixes to rule-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jan 29, 2024
1 parent fecd363 commit 1fedf15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rule-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fedf15

Please sign in to comment.