diff options
author | 2022-07-15 01:35:23 +0200 | |
---|---|---|
committer | 2022-07-15 01:35:23 +0200 | |
commit | 61fd5b0050724a6b05f2b959c546a58cb6073de3 (patch) | |
tree | d6d978c8665ae2ad69b8165446979b6c461995f4 /.github/workflows/format.yml | |
parent | 2883aa31bb8133813e92d3fb83d122ab8719364a (diff) | |
parent | 408474ca3181ec9948236372ad15d10fce8b280a (diff) | |
download | iced-61fd5b0050724a6b05f2b959c546a58cb6073de3.tar.gz iced-61fd5b0050724a6b05f2b959c546a58cb6073de3.tar.bz2 iced-61fd5b0050724a6b05f2b959c546a58cb6073de3.zip |
Merge pull request #1387 from Luni-4/ci-improvements
CI improvements
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 92caff79..42a96411 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,4 +9,4 @@ jobs: components: rustfmt - uses: actions/checkout@master - name: Check format - run: cargo fmt --all -- --check + run: cargo fmt --all -- --check --verbose |