From 5d9c4bf196a24ca274a58b84b41eccb243f12fba Mon Sep 17 00:00:00 2001 From: aaravm Date: Mon, 8 Jul 2024 17:37:33 +0530 Subject: [PATCH] remove comments --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b768fd2..40ed117 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file