Is there an existing issue for this?
Current Behavior
if a templated file is manually edited, npm-template-check won't notice (except for the package.json and .gitignore)
Expected Behavior
we should receive an error and the check should fail if other templated files (i.e. ci workflows, eslint config, etc) do not match what they should
Steps To Reproduce
mkdir foo && cd foo && npm init -y
npm i -D @npmcli/template-oss
echo "" >> .github/actions/ci.yml
npm run lint
- observe there is no error, despite the ci.yml having a change from the template
Environment
- npm: 8.4.0
- Node: 16.13.2
- OS: osx
- platform: M1 Macbook Pro