diff --git a/.github/workflows/autofix-ci.yml b/.github/workflows/autofix-ci.yml index f73ebefc..790fd5fd 100644 --- a/.github/workflows/autofix-ci.yml +++ b/.github/workflows/autofix-ci.yml @@ -6,7 +6,7 @@ on: branches: - master permissions: - contents: write + contents: read jobs: prettier: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c29ed9c..9d803281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,7 +42,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Removed unused imports in `demo_C.js`. - Added type interfaces and type annotations to `style.ts`. - Added `DrawnEntity` type annotations to source code files. -- Added `autofix.cli` to the CI workflow. +- Added `autofix.ci` to the CI workflow. ## [0.1.0] - 2024-04-16 diff --git a/memory-viz/src/tests/test_autofix.js b/memory-viz/src/tests/test_autofix.js deleted file mode 100644 index e5a76d0d..00000000 --- a/memory-viz/src/tests/test_autofix.js +++ /dev/null @@ -1,3 +0,0 @@ -console.log( - "If autofix ran correctly, this string should be wrapped in double quotes and there should be a semicolon at the end of this line. This string should also have proper indentation." -);