frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.7k stars 69 forks source link

Use GitHub Actions to check that index.d.ts is not modified directly #169

Closed NotWoods closed 1 year ago

NotWoods commented 1 year ago

Adds a GitHub Actions step to check if index.d.ts or index.js.flow were modified on their own. If at least one other file was modified, the check will pass.

frenic commented 1 year ago

Thanks for this 🙏 Sorry for the delay