mirror of
https://github.com/forcedotcom/sf-skills.git
synced 2026-09-14 15:57:46 +08:00
d74e3d6e58
* chore: remove skill validation logic Removes the SKILL.md validator and its CI enforcement from sf-skills; this will be revisited later. - delete scripts/validate-skills.ts and .github/workflows/validate-skills.yml - drop the validate:skills npm script and its validator-only devDeps (js-yaml, @types/js-yaml, tsx); refresh package-lock.json - remove the 'Validate skills' step from release-skills.yml and the now unneeded validate-skills status-check plumbing (push directly to main) - drop the 'Automated checks' section from the PR template * docs: drop dangling reference to deleted validate-skills.ts --------- Co-authored-by: sandipkumar-yadav <sandipkumar-yadav@users.noreply.github.com> Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>