octokit / source-generator

6 stars 3 forks source link

Add linting to project #52

Closed kfcampbell closed 4 months ago

kfcampbell commented 4 months ago

Uses https://github.com/octokit/go-sdk/pull/34 as a model to add a linting Action and convenience script to the project. The only substantive changes made as a result were file permissions-related: writing output file permissions are now 0600 (owner can read and write) rather than 0666 (all can read and write).