Skip to content

Commit

Permalink
fix: revert format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Apr 17, 2024
1 parent 4cb7cef commit ce3c331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:

name: CI
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
rust: [ stable ]
os: [ubuntu-latest,macos-latest,windows-latest ]
rust: [stable]
include:
# Make 1.64 MSRV, as it's Tonic 0.10's MSRV.
- rust: 1.64.0
Expand Down

0 comments on commit ce3c331

Please sign in to comment.