Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Cargo fmt の args に --config-path で rustfmt.toml を指定
Browse files Browse the repository at this point in the history
rito528 committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dfaec87 commit c51cf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
flags: --all
options: --manifest-path ./server/Cargo.toml
args: --config-path=./server/rustfmt.toml
working-directory: ./server

- name: Cargo clippy

0 comments on commit c51cf27

Please sign in to comment.