Skip to content

Commit

Permalink
minor fix in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Oct 24, 2024
1 parent 23a0437 commit 6e8d24a
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,4 +1,4 @@
name: Python CI with Docker and Formatting Check
name: CI with Formatting Check and Docker

on: [push, pull_request]

Expand All @@ -14,10 +14,10 @@ jobs:
with:
args: ". --check --diff"

build:
docker_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
Expand Down

0 comments on commit 6e8d24a

Please sign in to comment.