Skip to content

Commit

Permalink
Format ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 11, 2024
1 parent 10227a7 commit 6765797
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [main]
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -45,15 +45,15 @@ jobs:
cargo-test:
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
name: "cargo test | ${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- name: "Install Python"
uses: actions/setup-python@v4
with:
python-version: |
python-version: |
3.7
3.8
3.9
Expand Down

0 comments on commit 6765797

Please sign in to comment.