Loading .github/workflows/ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ env: RUSTFLAGS: -Dwarnings RUST_BACKTRACE: 1 concurrency: group: ${{ github.ref }} cancel-in-progress: true jobs: rustfmt: name: rustfmt Loading Loading
.github/workflows/ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,10 @@ env: RUSTFLAGS: -Dwarnings RUST_BACKTRACE: 1 concurrency: group: ${{ github.ref }} cancel-in-progress: true jobs: rustfmt: name: rustfmt Loading