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

FIX CI: test.yml > Check Style #489

Closed
wants to merge 2 commits into from
Closed

Conversation

docjyJ
Copy link
Contributor

@docjyJ docjyJ commented May 26, 2024

Run cargo fmt --all --check
  cargo fmt --all --check
  shell: /usr/bin/bash -e {0}
Diff in /home/runner/work/mail-server/mail-server/crates/directory/src/backend/ldap/lookup.rs at line 368:
                        "posixaccount" | "individual" | "person" | "inetorgperson" => {
                             principal.typ = Type::Individual
                         }
-                        "posixgroup" | "groupofuniquenames" | "group" => principal.typ = Type::Group,
+                        "posixgroup" | "groupofuniquenames" | "group" => {
+                            principal.typ = Type::Group
+                        }
                         _ => continue,
                     }
                     break;
Error: Process completed with exit code 1.

Check Style of test.yml workflow fails every time...

@docjyJ docjyJ closed this Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant