Try ignore prettier scan for inconsistent line break (#674)

* Upgrade: Bump creyD/prettier_action from 3.1 to 4.3

Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 3.1 to 4.3.
- [Release notes](https://github.com/creyd/prettier_action/releases)
- [Commits](https://github.com/creyd/prettier_action/compare/v3.1...v4.3)

---
updated-dependencies:
- dependency-name: creyD/prettier_action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Try ignore prettier scan for inconsistent line break

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
yuhan6665
2025-04-13 00:43:43 -04:00
committed by GitHub
co-authored by dependabot[bot]
parent aabbdc45e7
commit cd75ad30f4
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Prettify code
uses: creyD/prettier_action@v3.1
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write **/*.{js,ts,md,vue}
only_changed: true