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 c743189 commit 9aa3fbaCopy full SHA for 9aa3fba
.github/workflows/use-template.yml
@@ -19,8 +19,7 @@ jobs:
19
- name: "Update package.json"
20
env:
21
GITHUB_REPOSITORY_DESCRIPTION: ${{ github.event.repository.description }}
22
- run:
23
- ./.github/scripts/rename.sh "$GITHUB_REPOSITORY" "$GITHUB_REPOSITORY_OWNER" "$GITHUB_REPOSITORY_DESCRIPTION"
+ run: ./.github/scripts/rename.sh "$GITHUB_REPOSITORY" "$GITHUB_REPOSITORY_OWNER" "$GITHUB_REPOSITORY_DESCRIPTION"
24
25
- name: "Add rename summary"
26
run: |
.prettierrc.yml
@@ -1,3 +1,6 @@
1
printWidth: 120
2
-proseWrap: "always"
3
trailingComma: "all"
+overrides:
4
+ - files: "*.md"
5
+ options:
6
+ proseWrap: "always"
0 commit comments