dylanirlbeck / tailwind-ppx

A Reason/OCaml Pre-Processor eXtension (PPX) that validates your Tailwind classes at compile-time.
MIT License
152 stars 15 forks source link

Add linting step for PRs #82

Closed dylanirlbeck closed 4 years ago

dylanirlbeck commented 4 years ago

Following the model here: https://github.com/reason-native-web/morph/blob/master/.github/workflows/lint_pr.yml, we should add a GH action that lints/formats PRs, and also fix the esy format command by adding an .ocamlformat file to the project root.