Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Jul 8, 2024
1 parent f6ef231 commit 5d9c4bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,18 @@ jobs:
- uses: actions/checkout@v4 # checkout the repository
- name: Build models
run: |
# . $HOME/.cargo/env
bash ./build-models.sh
- name: Build
run: |
# . $HOME/.cargo/env
cargo build --verbose
- name: Run tests
run: |
# . $HOME/.cargo/env
bash ./run-tests.sh
- name: Lint
run: |
# . $HOME/.cargo/env
cargo clippy -- -D warnings
- name: Format
run: |
# . $HOME/.cargo/env
cargo fmt -- ./lib/src/serviceinfo/models/*.rs # workaround to fix autogenerated code formatting
cargo fmt -- ./lib/src/tes/models/*.rs
cargo fmt -- --check

0 comments on commit 5d9c4bf

Please sign in to comment.