From 917bde0fc5d9bba637e2c7defdb962aaf461603d Mon Sep 17 00:00:00 2001 From: Sarah Wang Date: Wed, 19 Jun 2024 16:11:08 -0400 Subject: [PATCH] focus prettier on test_autofix only --- .github/workflows/autofix-ci.yml | 2 +- memory-viz/src/tests/test_autofix.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix-ci.yml b/.github/workflows/autofix-ci.yml index a53661ed..019a3b84 100644 --- a/.github/workflows/autofix-ci.yml +++ b/.github/workflows/autofix-ci.yml @@ -24,4 +24,4 @@ jobs: - name: Run prettier run: npx prettier . --write - name: Commit changes - uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc \ No newline at end of file + uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc diff --git a/memory-viz/src/tests/test_autofix.js b/memory-viz/src/tests/test_autofix.js index 626670c3..5d71b6eb 100644 --- a/memory-viz/src/tests/test_autofix.js +++ b/memory-viz/src/tests/test_autofix.js @@ -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.') \ No newline at end of file +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.')