Skip to content

Commit

Permalink
remove linting from release step
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Aug 17, 2022
1 parent 00e5a2d commit 2d895e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
run: rustup target add i686-linux-android
- name: Add x86_64 target
run: rustup target add x86_64-linux-android
- name: Build code
run: cargo build --release
- name: Lint code format
run: cargo fmt --all -- --check
- name: Lint code
run: cargo clippy --all -- -D warnings
- name: Build aar
run: ./gradlew assembleRelease && ./gradlew assembleRelease
- name: Upload build artifacts
Expand Down

0 comments on commit 2d895e2

Please sign in to comment.