Skip to content

Commit

Permalink
fix: delete fetch-depth
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <hayato-m126@users.noreply.github.com>
  • Loading branch information
hayato-m126 committed Sep 11, 2024
1 parent de9fad8 commit 31372ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/colcon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Search packages in this repository
id: list_packages
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy-document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
Expand Down

0 comments on commit 31372ac

Please sign in to comment.