Skip to content
Snippets Groups Projects
Verified Commit 7273ef82 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: added components

parent 6b552927
No related branches found
No related tags found
No related merge requests found
Pipeline #1841 canceled
......@@ -14,6 +14,9 @@ jobs:
container: rust:${{ matrix.rust-version }}
steps:
- uses: actions/checkout@v1
- run: |
rustup component add rustfmt
rustup component add clippy
- run: rustc --version
- run: cargo fmt --check
- run: cargo clippy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment