7 rustPlatform.buildRustPackage rec {
8 pname = "action-validator";
11 src = fetchFromGitHub {
13 repo = "action-validator";
15 hash = "sha256-lJHGx/GFddIwVVXRj75Z/l5CH/yuw/uIhr02Qkjruww=";
16 fetchSubmodules = true;
19 cargoHash = "sha256-mBY+J6JcIhV++tO6Dhw5JvYLSwoYZR3lB3l0KTjkcQM=";
22 description = "Tool to validate GitHub Action and Workflow YAML files";
23 homepage = "https://github.com/mpalmer/action-validator";
24 license = licenses.gpl3Plus;
25 mainProgram = "action-validator";
26 maintainers = with maintainers; [ thiagokokada ];