Run continuous integration checks for pull_request on 1031/merge by @mhucka #384
ci.yaml
on: pull_request
Python format & lint checks
55s
Shell script lint checks
8s
YAML lint checks
20s
GitHub Actions lint checks
10s
Bazel build lint checks
10s
Dockerfile lint checks
10s
Matrix: Library tests
Matrix: Options tests
CI
3s
Annotations
2 errors and 5 warnings
|
Python format & lint checks
Process completed with exit code 16.
|
|
CI
Process completed with exit code 1.
|
|
Bazel build lint checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: jbajic/setup-buildifier@c558ee05c6f74ab5753ff794516750b4aadac296. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Bazel build lint checks
Failed to restore: Cache service responded with 400
|
|
Python format & lint checks:
qsimcirq_tests/add_op_to_circuit_test.py#L80
C0413: Import "from qsimcirq.qsim_circuit import add_op_to_circuit" should be placed at the top of the module (wrong-import-position)
|
|
Python format & lint checks:
qsimcirq_tests/add_op_to_circuit_test.py#L75
C0413: Import "import qsimcirq.qsim_circuit as qsim_circuit" should be placed at the top of the module (wrong-import-position)
|
|
Python format & lint checks:
qsimcirq_tests/add_op_to_circuit_test.py#L172
C0301: Line too long (90/88) (line-too-long)
|