From d1b4b841fb5a7098cebe27a43252a3faf0ae5b5e Mon Sep 17 00:00:00 2001 From: Wanja Zaeske Date: Tue, 6 Aug 2024 16:38:09 +0200 Subject: [PATCH] feat: add MSRV CI check Signed-off-by: Wanja Zaeske --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d626743..62f8c901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,10 @@ jobs: steps: - uses: actions/checkout@v4 - uses: webiny/action-conventional-commits@v1.3.0 + + msrv: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: taiki-e/install-action@cargo-hack + - run: cargo hack check --rust-version --workspace --all-targets --ignore-private