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 0c9c317 commit 0f95ceb
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 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 @@ -57,7 +57,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Check filenames
run: task --silent general:check-filenames
Expand All @@ -82,7 +82,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Check symlinks
run: task --silent general:check-symlinks
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 @@ -57,7 +57,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Check formatting
run: task --silent general:check-formatting
8 changes: 4 additions & 4 deletions .github/workflows/check-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Modernize usages of outdated APIs
env:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Check style
env:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Format code
env:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Run go mod tidy
env:
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 @@ -87,7 +87,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Lint
run: task markdown:lint
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Check links
run: task --silent markdown:check-links
4 changes: 2 additions & 2 deletions .github/workflows/check-npm-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Validate package.json
run: task --silent npm:validate
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Install npm dependencies
run: task npm:install-deps
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 @@ -76,7 +76,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Validate pyproject.toml
run: task poetry:validate
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Sync lockfile
run: task poetry:sync
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 @@ -252,7 +252,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Format with Prettier
run: task general:format-prettier
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 @@ -45,7 +45,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Validate workflows
run: task --silent ci:validate
2 changes: 1 addition & 1 deletion .github/workflows/check-yaml-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Check YAML
continue-on-error: ${{ matrix.configuration.continue-on-error }}
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 @@ -68,7 +68,7 @@ jobs:
run: |
go \
install \
github.com/go-task/task/v3
github.com/go-task/task/v3/cmd/task
- name: Spell check
run: task general:check-spelling

0 comments on commit 0f95ceb

Please sign in to comment.