Skip to content

Commit

Permalink
Fix: Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink committed Nov 13, 2023
1 parent b3c707d commit 7f59cbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ root = true

# Change these settings to your own preference
indent_style = space
indent_size =
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/save-pr-data-to-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
name: REVIEW_DATA
path: |
PR_NODE_ID.txt
REVIEW_STATE.txt
REVIEW_STATE.txt
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
run: |
cd packages/open-scd
npm clean-install
npm run-script test
npm run-script test

0 comments on commit 7f59cbd

Please sign in to comment.