diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 86f5e0f1..44d1c2d4 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -111,10 +111,11 @@ jobs: cd ${{ runner.temp }}/$PROJECT_NAME cargo test - # The credential-registry template generated with the `cargo-generate` command for all combination of parameters - # and it is checked that the 'cargo test' command can be executed without errors on the generated smart contract. + # The credential registry template is used to generate code for all combinations of parameters + # with the `cargo-generate` and it is checked that the 'cargo test' command can be executed + # without errors on the generated smart contracts. cargo-generate-credential-registry-template: - name: Credential registry template generation + name: Credential registry template tests runs-on: ubuntu-latest strategy: matrix: @@ -202,11 +203,11 @@ jobs: rustup target add wasm32-unknown-unknown cargo clippy --manifest-path ./Cargo.toml --target=${{ matrix.target }} --features concordium-std/build-schema -- -D warnings - # The credential registry template used to generate code for all combinations of parameters + # The credential registry template is used to generate code for all combinations of parameters # with the `cargo-generate` command and it is checked that the schemas can be built as part # of the 'clippy' command. clippy-credential-registry-template: - name: Clippy on smart contract templates + name: Clippy on credential registry template runs-on: ubuntu-latest needs: rustfmt strategy: