fix(ci): generic-plugins.yml should be good for the linter

This commit is contained in:
David Boucher 2025-06-13 16:02:23 +02:00
parent 1361690066
commit 856d8446bf

View File

@ -0,0 +1,24 @@
name: Generic Plugins
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
workflow_dispatch:
pull_request:
paths:
- 'experimental/**'
push:
branches:
- develop
- master
paths:
- 'experimental/**'
jobs:
get-environment:
uses: ./.github/workflows/get-environment.yml
with:
version_file: experimental/Cargo.toml