Skip to content

Commit f7397b4

Browse files
committed
Merge branch 'main' of github.com:rust-mcp-stack/rust-mcp-sdk into refactor/middleware
2 parents 50b1eae + 8fada34 commit f7397b4

File tree

10 files changed

+138
-245
lines changed

10 files changed

+138
-245
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,11 @@ jobs:
6666
if: matrix.os == 'ubuntu-latest' # Run typos only on Linux
6767

6868
- name: Audit Dependencies
69-
if: matrix.os == 'ubuntu-latest'
70-
run: |
71-
cargo install cargo-audit --version 0.20.0 --locked --force
72-
cargo audit --deny warnings
73-
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
# - name: Audit Dependencies
76-
# uses: actions-rust-lang/audit@v1
77-
# with:
78-
# token: ${{ secrets.GITHUB_TOKEN }}
79-
# if: matrix.os == 'ubuntu-latest' # Run audit only on Linux
69+
uses: actions-rust-lang/audit@v1
70+
with:
71+
token: ${{ secrets.GITHUB_TOKEN }}
72+
if: matrix.os == 'ubuntu-latest' # Run audit only on Linux
73+
8074
# install nodejs that is required for tests
8175
- name: Setup Node.js
8276
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)