Skip to content

Commit

Permalink
Fix comments/descriptions in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
annenkov committed Sep 5, 2023
1 parent 8b26e8c commit 9113f63
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9113f63

Please sign in to comment.