Skip to content

feat(plugins): Don’t treat invalid VersionReq as a mismatch #6

feat(plugins): Don’t treat invalid VersionReq as a mismatch

feat(plugins): Don’t treat invalid VersionReq as a mismatch #6

Workflow file for this run

name: Test
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v6
- name: Run Cargo Clippy
run: cargo clippy -- -W clippy::pedantic -D warnings