change: only format changed files

This commit is contained in:
ITOH
2021-05-21 18:00:51 +02:00
parent 112cb62976
commit e87eedbc19

View File

@@ -21,6 +21,6 @@ jobs:
commit_message: "change: prettier code"
# This part is also where you can pass other options, for example:
prettier_options: --write **/*
only_changed: False
only_changed: True
env:
GITHUB_TOKEN: ${{ github.token }}