Skip to content

Commit

Permalink
fmt: format GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 15, 2024
1 parent 62aee5c commit 30861a5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-latest"]
rust: [
"stable",
"beta",
"nightly",
"1.65" # MSRV
]
"stable",
"beta",
"nightly",
"1.65", # MSRV
]
flags: [
# No features
"--no-default-features",
# Default features
""
]
# No features
"--no-default-features",
# Default features
"",
]
include:
# MSRV features
- os: "ubuntu-latest"
Expand Down Expand Up @@ -146,4 +146,4 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo fmt --all --check
- run: cargo fmt --all --check

0 comments on commit 30861a5

Please sign in to comment.