Skip to content

Commit

Permalink
fix: workflow 構文からの逸脱を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Mar 28, 2024
1 parent 416d37e commit 2fec5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
platforms: linux/amd64

steps:
- name: [Setup] Check out the repository
- name: <Setup> Check out the repository
uses: actions/checkout@v4

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python: ["3.11.3"]

steps:
- name: [Setup] Check out the repository
- name: <Setup> Check out the repository
uses: actions/checkout@v4

- name: Set up Python
Expand Down

0 comments on commit 2fec5bf

Please sign in to comment.