Skip to content

Commit b74d008

Browse files
committed
this is it
1 parent fd02465 commit b74d008

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run prettier with actionsx/prettier
3434
uses: actionsx/prettier@v2
3535
with:
36-
args: --write --loglevel=warn .
36+
args: --check --loglevel=warn .
3737

3838
- name: tell me what's wrong
3939
if: always()

docs/guide.md

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
9090
5. If you'd like to make the port forwarding via SSH persistent, we recommend
9191
using [mutagen](https://mutagen.io/documentation/introduction/installation)
9292
to do so. Once you've installed mutagen, you can port forward as follows:
93+
<!-- prettier-ignore-start -->
9394

9495
```shell
9596
# This is the same as the above SSH command, but it runs in the background
@@ -99,6 +100,8 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
99100
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
100101
```
101102

103+
<!-- prettier-ignore-end -->
104+
102105
6. Optional, but highly recommended: add the following to `~/.ssh/config` so
103106
that you can detect bricked SSH connections:
104107

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test:native": "./ci/dev/test-native.sh",
2424
"test:scripts": "./ci/dev/test-scripts.sh",
2525
"package": "./ci/build/build-packages.sh",
26-
"prettier": "prettier --write --loglevel=warn --cache .",
26+
"prettier": "prettier --write --loglevel=warn .",
2727
"postinstall": "./ci/dev/postinstall.sh",
2828
"publish:npm": "./ci/steps/publish-npm.sh",
2929
"publish:docker": "./ci/steps/docker-buildx-push.sh",

0 commit comments

Comments
 (0)