CI #6837
ci.yml
on: schedule
linux
/
setup
1m 49s
macos
/
setup
1m 51s
windows
/
setup
1m 55s
lint
/
fmt
1m 59s
lint
/
vet
0s
linux
/
build
1m 50s
macos
/
build
1m 13s
windows
/
build
Annotations
4 errors and 8 warnings
|
windows / setup
Command failed: make
.github/problem-matchers/register_all.vsh:1:13: error: cannot import multiple modules at a time
1 | // The task of this program, is to register all available .json files
| ~~
2 | // in this folder with Github Actions, so that it can make annotations
3 | // for all found notices/warnings/errors produced by the V compiler
.github/problem-matchers/register_all.vsh:1:1: error: `import x` can only be declared at the beginning of the file
1 | // The task of this program, is to register all available .json files
| ~~~~~~
2 | // in this folder with Github Actions, so that it can make annotations
3 | // for all found notices/warnings/errors produced by the V compiler
make: *** [GNUmakefile:225: all] Error 1
|
|
lint / fmt
Process completed with exit code 1.
|
|
macos / build
Process completed with exit code 1.
|
|
linux / build
Process completed with exit code 1.
|
|
windows / setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint / fmt
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos / setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/save@v3, actions/checkout@v4, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macos / setup
Cache save failed.
|
|
macos / build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
linux / setup
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/save@v3, actions/checkout@v4, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
linux / setup
Cache save failed.
|
|
linux / build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v3, vlang/setup-v@v1.3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|