Skip to content

Commit

Permalink
Add pre-contributing just receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilospanck committed Dec 26, 2024
1 parent 730995e commit 8d9f124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,9 @@ Here's some Guidelines:
- Has to run.
- Use [pre-commit](https://pre-commit.com/) for the language that you're using (if possible 👍).

You can accomplish that using our flake.nix for development.
You can run `just pre-contributing` to make it easier to check everything is correct before opening a pull request.

You can also accomplish that using our flake.nix for development.

## Developing on Floresta with Nix

Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ test-features arg="":
# Remove test-generated data
clean-data:
./contrib/clean_data.sh

# Run all needed checks before contributing code
pre-contributing: lint fmt test build-release

0 comments on commit 8d9f124

Please sign in to comment.