Skip to content

Commit

Permalink
fix: add missing indent
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 25, 2024
1 parent e27b964 commit 698ab64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
fetch-depth: 0

- run: |
which docker
docker info
which docker
docker info
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
with:
version: 'v25.0.5'

- run: |
which docker
docker info
which docker
docker info
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 698ab64

Please sign in to comment.