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

pre-commit autoupdate #501

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Commits on Nov 24, 2023

  1. Update pre-commit linters to the latest versions

    Changes produced by `pre-commit autoupdate`.
    
    Signed-off-by: Christian Clauss <[email protected]>
    cclauss authored and godlygeek committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2d3c31e View commit details
    Browse the repository at this point in the history
  2. lint: Update code to latest linter standards

    Signed-off-by: Christian Clauss <[email protected]>
    cclauss authored and godlygeek committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f4204bc View commit details
    Browse the repository at this point in the history
  3. ci: Ensure prettier runs with the right NodeJS

    It seems that it wants to pick up a binary called `nodejs`, while
    `actions/setup-node` is only installing one called `node`.
    
    Let's hack around this with a symlink.
    
    Signed-off-by: Matt Wozniski <[email protected]>
    godlygeek committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e9bc3d7 View commit details
    Browse the repository at this point in the history