1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-08-22 19:38:36 +00:00
Xray-docs-next/.github/workflows/prettier.yml
dependabot[bot] b6550e80a9
Upgrade: Bump creyD/prettier_action from 4.5 to 4.6 (#691)
Bumps [creyD/prettier_action](https://github.com/creyd/prettier_action) from 4.5 to 4.6.
- [Release notes](https://github.com/creyd/prettier_action/releases)
- [Commits](https://github.com/creyd/prettier_action/compare/v4.5...v4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-06 15:40:30 -04:00

21 lines
368 B
YAML

name: Prettier Action
on:
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prettify code
uses: creyD/prettier_action@v4.6
with:
prettier_options: --write **/*.{js,ts,md,vue}
only_changed: true
dry: true