Skip to content

Commit 721a960

Browse files
committed
Update contributing
1 parent 8c5b2d1 commit 721a960

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,26 @@ guidelines below.
66
# Development setup
77

88
View [mise.toml](./mise.toml) for tasks and their implementation.
9+
910
```bash
11+
# Install/update dependencies
12+
mise deps
13+
# Or `mise update-dependencies`
14+
15+
# Run stylua
16+
mise format
17+
18+
# Do a lua-language-server pass
19+
mise luals-check
20+
21+
# Do a emmylua-analyzer-rust pass (not important for now)
22+
mise luals-check
23+
24+
# Tests
25+
mise test
1026

27+
# Tests in Docker (for better sandboxing)
28+
mise test-docker
1129

1230
```
1331

0 commit comments

Comments
 (0)