Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Oct 16, 2023
1 parent 0db3468 commit 0c9c317
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-files-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-general-formatting-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-markdown-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-npm-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-poetry-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-prettier-formatting-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-workflows-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ${{ matrix.module.path }}/go.mod
go-version-file: go.mod

- name: Install Task
run: |
Expand Down

0 comments on commit 0c9c317

Please sign in to comment.