Skip to content

Pull Request for 93/merge by cmillar-trunk #90

Pull Request for 93/merge by cmillar-trunk

Pull Request for 93/merge by cmillar-trunk #90

GitHub Actions / Trunk Check failed May 6, 2025 in 11s

Trunk Check

Checked 3 modified files
✖ 6 new lint issues (3 auto-fixable)

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check notice on line 78 in script.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 69 in script.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check notice on line 80 in script.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2086)

[new] Double quote to prevent globbing and word splitting.

Check failure on line 58 in tests/arguments.test.ts

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-unused-vars)

[new] 'exit_code' is assigned a value but never used.

Check failure on line 58 in tests/arguments.test.ts

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-unused-vars)

[new] 'stdout' is assigned a value but never used.

Check failure on line 58 in tests/arguments.test.ts

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-unused-vars)

[new] 'stderr' is assigned a value but never used.