Skip to content

Commit

Permalink
chore(release): Upgrade to dprint 0.17.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Sep 12, 2021
1 parent 2981c7c commit f134765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: dprint/check@v1.5
- uses: dprint/check@v1.6
```
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Install dprint
shell: bash
run: |
curl -fsSL https://dprint.dev/install.sh | sh -s 0.15.0 > /dev/null 2>&1
curl -fsSL https://dprint.dev/install.sh | sh -s 0.17.0 > /dev/null 2>&1
echo "/home/runner/.dprint/bin" >> $GITHUB_PATH
- name: Check formatting
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions dprint.json
Expand Up @@ -3,7 +3,7 @@
"incremental": true,
"includes": ["**/*.{md,json}"],
"plugins": [
"https://plugins.dprint.dev/json-0.12.0.wasm",
"https://plugins.dprint.dev/markdown-0.8.0.wasm"
"https://plugins.dprint.dev/json-0.13.0.wasm",
"https://plugins.dprint.dev/markdown-0.10.0.wasm"
]
}

0 comments on commit f134765

Please sign in to comment.