We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e47e9 commit ccae5f3Copy full SHA for ccae5f3
.github/workflows/prettier.yml
@@ -0,0 +1,33 @@
1
+name: prettier
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request_target:
8
9
+jobs:
10
+ format:
11
+ permissions:
12
+ contents: write
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - name: Checkout Repository
16
+ uses: actions/checkout@v4
17
+ with:
18
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
19
+ ref: ${{ github.head_ref }}
20
+ - name: Set up Node.js
21
+ uses: actions/setup-node@v3
22
23
+ node-version: 18
24
+ - name: Install Dependencies
25
+ run: npm install
26
+ - name: Run prettier
27
+ run: npx prettier --write "**/*.{md,js,ts,php,sql}"
28
+ - name: Commit changes
29
+ uses: stefanzweifel/git-auto-commit-action@v5
30
31
+ commit_message: "style: format code and docs with prettier"
32
+ commit_user_name: idoocs
33
+ commit_user_email: doocs-bot@outlook.com
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments