Skip to content

Commit

Permalink
ci: cargo fmt --check
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Oct 15, 2024
1 parent e9f714c commit 00e8fbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Code Formatting Check
run: cd rap && cargo fmt --check

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 00e8fbd

Please sign in to comment.