Skip to content

Commit

Permalink
update workflows/contracts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Oct 23, 2024
1 parent 069b40d commit 8809f23
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path vft-service/Cargo.toml -- --check

Expand Down Expand Up @@ -55,6 +58,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path vnft-service/Cargo.toml -- --check

Expand All @@ -81,6 +87,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path vmt-service/Cargo.toml -- --check

Expand Down Expand Up @@ -109,6 +118,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path extended-vft/Cargo.toml -- --check

Expand Down Expand Up @@ -145,6 +157,9 @@ jobs:
- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path extended-vnft/Cargo.toml -- --check

Expand Down Expand Up @@ -181,6 +196,9 @@ jobs:

- name: Install Rustfmt
run: rustup component add rustfmt

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Check formatting
run: cargo fmt --all --manifest-path extended-vmt/Cargo.toml -- --check
Expand Down

0 comments on commit 8809f23

Please sign in to comment.