Skip to content

Revert batched VSS lazy deletes, rather spawn them into the background (backport) #1110

Revert batched VSS lazy deletes, rather spawn them into the background (backport)

Revert batched VSS lazy deletes, rather spawn them into the background (backport) #1110

Workflow file for this run

name: SemVer checks
on: [push, pull_request]
jobs:
semver-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Rust stable toolchain
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain stable
rustup override set stable
- name: Check SemVer
uses: obi1kenobi/cargo-semver-checks-action@v2