docs(README): using deno fmt --check (#2339)

This commit is contained in:
sigmaSd 2022-06-11 11:06:23 +01:00 committed by GitHub
parent ae2354df44
commit f1ff08a7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ Before opening a PR make sure to:
- have the latest Deno version installed locally
- add tests that cover your changes.
- `deno task test` passes.
- `deno fmt` passes without changing files.
- `deno fmt --check` passes.
- `deno lint` passes.
Give the PR a descriptive title.