summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-07-03 16:36:41 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2023-07-04 20:13:49 +0900
commitd1efc7a3f0430768817c04845f2a1f128d260da2 (patch)
tree8c7efa06a166295242d9f4fec72363125ef51f42 /.github/workflows/check_misc.yml
parent420d069cc2b9abcc1c7cc6a5d3cd6731bac4f54c (diff)
chore: prettier [ci skip]
This is just `prettier --single-quote`. Single quote is because it generated smaller diff than vice verca.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8020
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index ab0b4f0008..f7dd6e3c8d 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -11,7 +11,7 @@ permissions:
jobs:
checks:
permissions:
- contents: write # for Git to git push
+ contents: write # for Git to git push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3