Skip to content

Commit

Permalink
t. workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Dec 18, 2024
1 parent 84ae434 commit 928061f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:
curl -L https://github.com/esp-rs/espup/releases/latest/download/espup-x86_64-unknown-linux-gnu -o espup
chmod a+x espup
./espup install
- name: Format
run: |
rustup component add rustfmt --toolchain nightly
cargo fmt

- name: Audit
run: cargo audit

- name: Clippy
run: cargo clippy

- name: Set ESP32 Environment Variables
run: |
source $HOME/export-esp.sh # Source environment variables
Expand Down

0 comments on commit 928061f

Please sign in to comment.