Skip to content

Commit

Permalink
chore(release): Upgrade to dprint 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jun 13, 2021
1 parent a3ed434 commit 2981c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: dprint/check@v1.4
- uses: dprint/check@v1.5
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Install dprint
shell: bash
run: |
curl -fsSL https://dprint.dev/install.sh | sh -s 0.13.1 > /dev/null 2>&1
curl -fsSL https://dprint.dev/install.sh | sh -s 0.15.0 > /dev/null 2>&1
echo "/home/runner/.dprint/bin" >> $GITHUB_PATH
- name: Check formatting
shell: bash
Expand Down
6 changes: 2 additions & 4 deletions dprint.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"$schema": "https://dprint.dev/schemas/v0.json",
"projectType": "openSource",
"incremental": true,
"includes": ["**/*.{md,json}"],
"excludes": [],
"plugins": [
"https://plugins.dprint.dev/json-0.9.0.wasm",
"https://plugins.dprint.dev/markdown-0.7.0.wasm"
"https://plugins.dprint.dev/json-0.12.0.wasm",
"https://plugins.dprint.dev/markdown-0.8.0.wasm"
]
}

0 comments on commit 2981c7c

Please sign in to comment.