Skip to content

Commit eccc093

Browse files
committed
maybe this
1 parent 719c0dc commit eccc093

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
9696
# This is the same as the above SSH command, but it runs in the background
9797
# continuously. Be sure to add `mutagen daemon start` to your ~/.bashrc to
9898
# start the mutagen daemon when you open a shell.
99-
10099
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
101100
```
102101

0 commit comments

Comments
 (0)