fix #4: make sure plugins are not removed from all_plugins.json, unless unused

This commit is contained in:
Marco "Capypara" Köpcke 2024-12-11 12:01:46 +01:00
commit 465f62cc94
No known key found for this signature in database
GPG key ID: 08131EE895D53BDB
612 changed files with 6031 additions and 5477 deletions

View file

@ -23,7 +23,8 @@ jobs:
nix_path: nixpkgs=channel:nixos-24.11
- name: Run generator
run: |
nix run '.#_nix-jebrains-plugins-generator' -- --output-path ./generated
nix run '.#_nix-jebrains-plugins-generator' -- --output-path ./generated generate
nix run '.#_nix-jebrains-plugins-generator' -- --output-path ./generated cleanup
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with: