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 toml formatting #393

Merged
merged 7 commits into from
Sep 13, 2021
Merged

Add toml formatting #393

merged 7 commits into from
Sep 13, 2021

Commits on Sep 10, 2021

  1. Add dprint for Cargo.toml formatting

    Add dprint check to format CI action.
    cycraig committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    ec26246 View commit details
    Browse the repository at this point in the history
  2. Format toml files

    cycraig committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    358791a View commit details
    Browse the repository at this point in the history
  3. Fix format workflow

    cycraig committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    adce94d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227f588 View commit details
    Browse the repository at this point in the history
  5. Disable incremental compilation in CI

    Attempt to reduce cache size.
    cycraig committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    df66791 View commit details
    Browse the repository at this point in the history
  6. Fix rustdoc lint warnings

    Re-enable incremental cargo compilation in CI except for build-and-test-wasm.
    cycraig committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    98a7ed9 View commit details
    Browse the repository at this point in the history
  7. Remove redundant format check

    cycraig committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    e0e9665 View commit details
    Browse the repository at this point in the history