Skip to content

Commit

Permalink
focus prettier on test_autofix only
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsonder committed Jun 19, 2024
1 parent 607390f commit 917bde0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Run prettier
run: npx prettier . --write
- name: Commit changes
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
2 changes: 1 addition & 1 deletion memory-viz/src/tests/test_autofix.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
console.log('If autofix ran correctly, this string should be wrapped in double quotes and there should be a comma and the end of this line. This string should also have proper indentation.')
console.log('If autofix ran correctly, this string should be wrapped in double quotes and there should be a comma and the end of this line. This string should also have proper indentation.')

0 comments on commit 917bde0

Please sign in to comment.