Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Prettier GitHub workflow #9163

Merged
merged 25 commits into from
Oct 11, 2024
Merged

Add Prettier GitHub workflow #9163

merged 25 commits into from
Oct 11, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    d96de69 View commit details
    Browse the repository at this point in the history
  2. replace older prettierrc with newer prettier.config.cjs

    split the difference between the two configs
    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    01db848 View commit details
    Browse the repository at this point in the history
  3. require eslint

    eslint is a linter that we can run using prettier rules
    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c968d31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d7314b View commit details
    Browse the repository at this point in the history
  5. add a lint script

    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1bf0d63 View commit details
    Browse the repository at this point in the history
  6. remove debugging

    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2452fda View commit details
    Browse the repository at this point in the history
  7. add a lint action

    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e10fd34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d40615 View commit details
    Browse the repository at this point in the history
  9. remove the eslint line at the end

    that I forgot to delete
    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    744a260 View commit details
    Browse the repository at this point in the history
  10. update readme

    jazzsequence committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f6179d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    430b3fe View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    97e9f0b View commit details
    Browse the repository at this point in the history
  2. update the prettier path

    jazzsequence committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4893d9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4718d3b View commit details
    Browse the repository at this point in the history
  4. oneline the pr comment

    jazzsequence committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bff590c View commit details
    Browse the repository at this point in the history
  5. output the changed files & diff to the github env

    and then use those env variables in the pr comment
    jazzsequence committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9540ba0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b2c180 View commit details
    Browse the repository at this point in the history
  7. simplify path mapping

    jazzsequence committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    feebb3d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    728bd2c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    5f8e55d View commit details
    Browse the repository at this point in the history
  2. add some inline docs to the action

    so it's easier to understand what it's doing
    jazzsequence committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    43fe4da View commit details
    Browse the repository at this point in the history
  3. readme copy changes

    jazzsequence committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2943260 View commit details
    Browse the repository at this point in the history
  4. remove plugin-prettier

    jazzsequence committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    775c1bd View commit details
    Browse the repository at this point in the history
  5. update package-lock

    to remove prettier-plugin
    jazzsequence committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    27dd390 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    stevector authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    6b3174a View commit details
    Browse the repository at this point in the history