mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
mark shell code blocks as sh instead of bash (#7645)
This commit is contained in:
parent
71c2497fd4
commit
1021dad5f6
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ is a prerequisite to run this before code check in.
|
|||
|
||||
To run formatting:
|
||||
|
||||
```bash
|
||||
```sh
|
||||
./tools/format.py
|
||||
```
|
||||
|
||||
|
@ -20,6 +20,6 @@ It is a prerequisite to run this before code check in.
|
|||
|
||||
To run linting:
|
||||
|
||||
```bash
|
||||
```sh
|
||||
./tools/lint.py
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue