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 Dec 7, 2023
1 parent 59032cb commit d94c210
Show file tree
Hide file tree
Showing 3 changed files with 1,121 additions and 657 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rule-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
run: 'npm ci --ignore-scripts --force'
working-directory: ./target

- name: run eslint
run: compare-eslint-configs .eslintrc ../target/.eslintrc -d -m --verbose-configs >> $GITHUB_STEP_SUMMARY
- name: generate diff
run: npx --no compare-eslint-configs ../target/.eslintrc .eslintrc -d -m --verbose-configs >> $GITHUB_STEP_SUMMARY
working-directory: ./source
Loading

0 comments on commit d94c210

Please sign in to comment.