Skip to content

Bump the dev-dependencies group with 1 update #207

Bump the dev-dependencies group with 1 update

Bump the dev-dependencies group with 1 update #207

Triggered via pull request December 1, 2023 10:24
Status Success
Total duration 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: Specific format
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 30 warnings
Specific format (tty): test/fixtures/beginners-mistakes.sh#L3
Couldn't parse this for loop. Fix to allow more checks.
Specific format (tty): test/fixtures/beginners-mistakes.sh#L3
Don't use $ on the iterator name in for loops.
Specific format (tty): test/fixtures/beginners-mistakes.sh#L3
Couldn't find 'done' for this 'do'.
Specific format (tty): test/fixtures/beginners-mistakes.sh#L11
Expected 'done' matching previously mentioned 'do'.
Specific format (tty): test/fixtures/beginners-mistakes.sh#L11
Unexpected keyword/token. Fix any mentioned problems and try again.
Specific format (tty): test/fixtures/conditionals.sh#L9
Couldn't parse this test expression. Fix to allow more checks.
Specific format (tty): test/fixtures/conditionals.sh#L9
Expected test to end here (don't wrap commands in []/[[]]). Fix any mentioned problems and try again.
Specific format (tty): test/fixtures/miscellaneous.sh#L12
Expected a command. Fix any mentioned problems and try again.
Specific format (tty): test/fixtures/misued-commands.sh#L5
Couldn't parse this while loop. Fix to allow more checks.
Specific format (tty): test/fixtures/misued-commands.sh#L5
Couldn't find 'done' for this 'do'.
All formats: test/fixtures/beginners-mistakes.sh#L3
Couldn't parse this for loop. Fix to allow more checks.
All formats: test/fixtures/beginners-mistakes.sh#L3
Don't use $ on the iterator name in for loops.
All formats: test/fixtures/beginners-mistakes.sh#L3
Couldn't find 'done' for this 'do'.
All formats: test/fixtures/beginners-mistakes.sh#L11
Expected 'done' matching previously mentioned 'do'.
All formats: test/fixtures/beginners-mistakes.sh#L11
Unexpected keyword/token. Fix any mentioned problems and try again.
All formats: test/fixtures/conditionals.sh#L9
Couldn't parse this test expression. Fix to allow more checks.
All formats: test/fixtures/conditionals.sh#L9
Expected test to end here (don't wrap commands in []/[[]]). Fix any mentioned problems and try again.
All formats: test/fixtures/miscellaneous.sh#L12
Expected a command. Fix any mentioned problems and try again.
All formats: test/fixtures/misued-commands.sh#L5
Couldn't parse this while loop. Fix to allow more checks.
All formats: test/fixtures/misued-commands.sh#L5
Couldn't find 'done' for this 'do'.
Specific format (gcc): test/fixtures/beginners-mistakes.sh#L3
Couldn't parse this for loop. Fix to allow more checks.
Specific format (gcc): test/fixtures/beginners-mistakes.sh#L3
Don't use $ on the iterator name in for loops.
Specific format (gcc): test/fixtures/beginners-mistakes.sh#L3
Couldn't find 'done' for this 'do'.
Specific format (gcc): test/fixtures/beginners-mistakes.sh#L11
Expected 'done' matching previously mentioned 'do'.
Specific format (gcc): test/fixtures/beginners-mistakes.sh#L11
Unexpected keyword/token. Fix any mentioned problems and try again.
Specific format (gcc): test/fixtures/conditionals.sh#L9
Couldn't parse this test expression. Fix to allow more checks.
Specific format (gcc): test/fixtures/conditionals.sh#L9
Expected test to end here (don't wrap commands in []/[[]]). Fix any mentioned problems and try again.
Specific format (gcc): test/fixtures/miscellaneous.sh#L11
Couldn't parse this case item. Fix to allow more checks.
Specific format (gcc): test/fixtures/miscellaneous.sh#L12
Expected a command. Fix any mentioned problems and try again.
Specific format (gcc): test/fixtures/misued-commands.sh#L5
Couldn't parse this while loop. Fix to allow more checks.
Specific format (tty): test/fixtures/conditionals.sh#L9
Use 'if cmd; then ..' to check exit code, or 'if [[ $(cmd) == .. ]]' to check output.
Specific format (tty): test/fixtures/miscellaneous.sh#L3
This is a unicode quote. Delete and retype it (or quote to make literal).
Specific format (tty): test/fixtures/miscellaneous.sh#L3
This is a unicode quote. Delete and retype it (or quote to make literal).
Specific format (tty): test/fixtures/portability.sh#L1
Bash doesn't support variables in brace range expansions.
Specific format (tty): test/fixtures/portability.sh#L1
n is referenced but not assigned.
Specific format (tty): test/fixtures/portability.sh#L7
This is interpreted as a command name ending with '.'. Double check syntax.
Specific format (tty): test/fixtures/portability.sh#L9
var appears unused. Verify use (or export if used externally).
Specific format (tty): test/fixtures/portability.sh#L10
Piping to 'sleep', a command that doesn't read stdin. Wrong command or missing xargs?
Specific format (tty): test/fixtures/style.sh#L4
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Specific format (tty): test/fixtures/typing-errors.sh#L1
args appears unused. Verify use (or export if used externally).
All formats: test/fixtures/conditionals.sh#L9
Use 'if cmd; then ..' to check exit code, or 'if [[ $(cmd) == .. ]]' to check output.
All formats: test/fixtures/miscellaneous.sh#L3
This is a unicode quote. Delete and retype it (or quote to make literal).
All formats: test/fixtures/miscellaneous.sh#L3
This is a unicode quote. Delete and retype it (or quote to make literal).
All formats: test/fixtures/portability.sh#L1
Bash doesn't support variables in brace range expansions.
All formats: test/fixtures/portability.sh#L1
n is referenced but not assigned.
All formats: test/fixtures/portability.sh#L7
This is interpreted as a command name ending with '.'. Double check syntax.
All formats: test/fixtures/portability.sh#L9
var appears unused. Verify use (or export if used externally).
All formats: test/fixtures/portability.sh#L10
Piping to 'sleep', a command that doesn't read stdin. Wrong command or missing xargs?
All formats: test/fixtures/style.sh#L4
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
All formats: test/fixtures/typing-errors.sh#L1
args appears unused. Verify use (or export if used externally).
Specific format (gcc): test/fixtures/conditionals.sh#L9
Use 'if cmd; then ..' to check exit code, or 'if [[ $(cmd) == .. ]]' to check output.
Specific format (gcc): test/fixtures/miscellaneous.sh#L3
This is a unicode quote. Delete and retype it (or quote to make literal).
Specific format (gcc): test/fixtures/miscellaneous.sh#L3
This is a unicode quote. Delete and retype it (or quote to make literal).
Specific format (gcc): test/fixtures/portability.sh#L1
Bash doesn't support variables in brace range expansions.
Specific format (gcc): test/fixtures/portability.sh#L1
n is referenced but not assigned.
Specific format (gcc): test/fixtures/portability.sh#L6
foo appears unused. Verify use (or export if used externally).
Specific format (gcc): test/fixtures/portability.sh#L7
This is interpreted as a command name ending with '.'. Double check syntax.
Specific format (gcc): test/fixtures/portability.sh#L9
var appears unused. Verify use (or export if used externally).
Specific format (gcc): test/fixtures/portability.sh#L10
Piping to 'sleep', a command that doesn't read stdin. Wrong command or missing xargs?
Specific format (gcc): test/fixtures/style.sh#L4
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.