Skip to content

Commit

Permalink
chore: testing rust toolchain on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Apr 26, 2024
1 parent 72aa267 commit 37375f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Run check code
run: make check-code
6 changes: 6 additions & 0 deletions .github/workflows/vendor/rust-check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Run check code
run: make check-code

0 comments on commit 37375f5

Please sign in to comment.