racket / scribble

Other
194 stars 90 forks source link

Add Resyntax integration #350

Closed jackfirth closed 1 year ago

jackfirth commented 1 year ago

This sets up Resyntax analysis on pull requests to this repository. Resyntax will analyze changed files and submit a review of the pull request containing its suggested changes. See here for an example.

The workflows are a copy of the workflows I made for Typed Racket. In the future we can make these workflows reusable so they don't have to be copied into every repository, but one step at a time.

jackfirth commented 1 year ago

This is ready to merge now.