Skip to content

Commit 24cf8e8

Browse files
committed
Update task files
1 parent 15a35d9 commit 24cf8e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks:
5050
desc: Show versions
5151
cmds:
5252
- |
53-
set -e
53+
set -euo pipefail
5454
printf 'git: %s\n' "$(git --version | cut -d ' ' -f 3)"
5555
printf 'licensed: %s\n' "$(licensed version)"
5656
printf 'ncc: %s\n' "$(ncc version)"

tasks/YamllintTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ tasks:
66
lint:
77
desc: Lint YAML files
88
cmds:
9-
- yamllint --config-file .github/linters/.yaml-lint.yml --format auto --strict .
9+
- docker run -it --rm --volume "$(pwd):/work" --workdir /work docker.io/cytopia/yamllint:latest --config-file .github/linters/.yaml-lint.yml --format auto --strict .
1010
silent: true

0 commit comments

Comments
 (0)