Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 committed Oct 14, 2023
1 parent bee9cd1 commit 68de881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
check-format:
runs-on: ubuntu-latest
steps:
- name: List
run: ls -a
- name: Set cargo fmt output
run: export FMT_OUTPUT=$(cargo fmt --message-format short)
- name: Print cargo fmt output
Expand Down

0 comments on commit 68de881

Please sign in to comment.