Skip to content

Commit 31d3448

Browse files
author
gferraro
committed
remove fmt and clippy for now
1 parent 9382221 commit 31d3448

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
- name: Build the project
6969
run: cargo build --release --target=aarch64-unknown-linux-musl
7070

71-
- name: Run fmt
72-
run: cargo fmt --all -- --check
71+
# - name: Run fmt
72+
# run: cargo fmt --all -- --check
7373

74-
- name: Run Clippy
75-
run: cargo clippy --all-targets --all-features -- -D warnings
74+
# - name: Run Clippy
75+
# run: cargo clippy --all-targets --all-features -- -D warnings
7676

7777
- name: Create Debian package
7878
run: cargo deb --target=aarch64-unknown-linux-musl --output tc2-agent_${GITHUB_REF#refs/tags/v}_arm64.deb

0 commit comments

Comments
 (0)