Skip to content

Commit

Permalink
adds fmt check to lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksven authored and sophokles73 committed Jan 19, 2024
1 parent 3686c95 commit e2c12a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint_source_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
with:
components: clippy
- run: |-
cargo fmt --manifest-path components/Cargo.toml --all --check
cargo clippy --manifest-path components/Cargo.toml --workspace --all-features -- -Dwarnings
cargo test --manifest-path components/Cargo.toml --workspace --all-features
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ Docker Compose file. Please refer to the Docker and/or Podman documentation for
setup manually.

Additional information can be found in the components' corresponding subfolders.
# Contributing
We are looking forward to your ideas and PRs. Each PRs triggers a GitHub action which checks the formating, performs linting and runs the test. You can performe similar check in your development environment. For more details check the respective [action](.github/workflows/lint_source_code.yaml) where the checks are listed in the bottom of the file.

0 comments on commit e2c12a3

Please sign in to comment.