File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 lint: "Run `make lint` locally.",
6262 'mod-tidy': "Run `go mod tidy` and commit `go.mod`/`go.sum`.",
6363 nix: "Run `nix flake check --no-build` locally.",
64- snap: "Validate `snapcraft.yaml` with `snapcraft list- plugins`.",
64+ snap: "Validate `snapcraft.yaml` with `snapcraft plugins`.",
6565 flatpak: "Validate the Flatpak manifest YAML structure.",
6666 website: "Run `cd docs && npm ci && npx docusaurus build`.",
6767 'lua-plugins': "Run `luac -p plugins/*.lua` to check Lua syntax.",
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 run : |
116116 sudo snap install snapcraft --classic
117117 # Verify snapcraft can parse the project file
118- snapcraft list- plugins
118+ snapcraft plugins
119119 # Validate YAML structure and required fields
120120 python3 << 'PYEOF'
121121 import yaml, sys
You can’t perform that action at this time.
0 commit comments