Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr1ftyy committed Aug 10, 2023
1 parent 4f7776a commit ee2b879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# this is temporary, will fix later
working-directory: apps/matching-engine
- uses: dtolnay/rust-toolchain@stable
working-directory: apps/matching-engine
- uses: mbrobbel/rustfmt-check@master
working-directory: apps/matching-engine
with:
token: ${{ secrets.GITHUB_TOKEN }}
build:
Expand Down

0 comments on commit ee2b879

Please sign in to comment.