Skip to content

Commit

Permalink
build code before linting in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Jul 27, 2022
1 parent e44b601 commit 896bc06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ 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
- name: Lint code format
run: cargo fmt --all -- --check
- name: Lint code
Expand Down

0 comments on commit 896bc06

Please sign in to comment.