Skip to content

feat(plugins): Improve cache checking logic #4

feat(plugins): Improve cache checking logic

feat(plugins): Improve cache checking logic #4

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