rustfmt-check icon indicating copy to clipboard operation
rustfmt-check copied to clipboard

GitHub Action to format Rust code using rustfmt

Results 12 rustfmt-check issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.8.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.8.0 7.8.0 (2024-04-29) 🚀 Features rule-tester: assert suggestion messages are unique (#8995) typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles...

dependencies
javascript

can this action run in this race condition when in `commit` mode?: 1. commit A is pushed in a PR 2. `rustfmt-check` is running and detects it needs to push...

I am running the action on our enterprise against our private repo. The result in github actions window is a long json follows by a `Unexpected end of JSON input`...

bug
help wanted
question

``` Run mbrobbel/rustfmt-check@master with: token: *** mode: commit commit-message: Format Rust code using rustfmt env: CARGO_INCREMENTAL: 0 C:\Users\runneradmin\.cargo\bin\cargo.exe fmt -- -l \\?\D:\a\projectname\projectname\build.rs \\?\D:\a\projectname\projectname\src\lib.rs ``` ![pic](https://github.com/mbrobbel/rustfmt-check/assets/88847885/5db563c4-8ef3-4620-91a5-bed7de8f7ddc)

bug
help wanted
good first issue

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.12. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.14.10&new-version=20.14.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 7.17.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.17.0 7.17.0 (2024-07-22) 🚀 Features eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507) eslint-plugin: [return-await] add...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 7.17.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.17.0 7.17.0 (2024-07-22) 🚀 Features eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507) eslint-plugin: [return-await] add...

dependencies
javascript

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.1.3 to 5.2.1. Release notes Sourced from eslint-plugin-prettier's releases. v5.2.1 Patch Changes #668 ac036cc Thanks @​OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1 Changelog Sourced from...

dependencies
javascript

I would like to pass arguments to `rustfmt`, such as `--config-path`.