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 a0b7ac6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run check code
run: make check-code

0 comments on commit a0b7ac6

Please sign in to comment.