Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
GitHub Actions / Trunk Check failed Sep 28, 2024 in 37s

Trunk Check

Checked 4 modified files
1 existing issue (use --show-existing to see it)
✖ 50 new issues (28 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 warning on line 33 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

trunk(ignore-does-nothing)

[new] trunk-ignore(actionlint/runner-label) is not suppressing a lint issue

Check failure on line 34 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(key-duplicates)

[new] duplication of key "runs-on" in mapping

Check failure on line 34 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(syntax-check)

[new] key "runs-on" is duplicated in "tests" job. previously defined at line:24,col:5

Check failure on line 32 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(empty-values)

[new] empty value in block mapping

Check failure on line 36 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(key-duplicates)

[new] duplication of key "steps" in mapping

Check failure on line 36 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(syntax-check)

[new] key "steps" is duplicated in "tests" job. previously defined at line:25,col:5

Check failure on line 32 in .github/workflows/test.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(syntax-check)

[new] unexpected key "ef-tests" for "job" section. expected one of "concurrency", "container", "continue-on-error", "defaults", "env", "environment", "if", "name", "needs", "outputs", "permissions", "runs-on", "secrets", "services", "steps", "strategy", "timeout-minutes", "uses", "with"

Check failure on line 61 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(key-duplicates)

[new] duplication of key "steps" in mapping

Check failure on line 57 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(empty-values)

[new] empty value in block mapping

Check failure on line 61 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(syntax-check)

[new] key "steps" is duplicated in "tests-unit" job. previously defined at line:49,col:5

Check failure on line 59 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

yamllint(key-duplicates)

[new] duplication of key "runs-on" in mapping

Check warning on line 58 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

trunk(ignore-does-nothing)

[new] trunk-ignore(actionlint/runner-label) is not suppressing a lint issue

Check failure on line 59 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(syntax-check)

[new] key "runs-on" is duplicated in "tests-unit" job. previously defined at line:48,col:5

Check failure on line 57 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(syntax-check)

[new] unexpected key "ef-tests" for "job" section. expected one of "concurrency", "container", "continue-on-error", "defaults", "env", "environment", "if", "name", "needs", "outputs", "permissions", "runs-on", "secrets", "services", "steps", "strategy", "timeout-minutes", "uses", "with"

Check failure on line 159 in .github/workflows/ci.yml

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

actionlint(job-needs)

[new] job "resources" needs job "ef-tests" which does not exist in this workflow

Check notice on line 23 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 24 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 35 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2312)

[new] Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore).

Check notice on line 36 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2292)

[new] Prefer [[ ]] over [ ] for tests in Bash/Ksh.

Check notice on line 36 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 38 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 38 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 39 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 39 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.

Check notice on line 40 in scripts/setup_cairo_native.sh

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

shellcheck(SC2312)

[new] Consider invoking this command separately to avoid masking its return value (or use '|| true' to ignore).