Skip to content

Improve SID generation #204

Improve SID generation

Improve SID generation #204

Triggered via push September 4, 2023 15:48
Status Failure
Total duration 6m 53s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
build (windows-latest)
Process completed with exit code 1.
build (ubuntu-latest)
The job was canceled because "windows-latest" failed.
build (ubuntu-latest)
The operation was canceled.
constant `RESERVED_IDENTS` is never used: src/lang/ts/reserved_terms.rs#L66
warning: constant `RESERVED_IDENTS` is never used --> src/lang/ts/reserved_terms.rs:66:18 | 66 | pub(super) const RESERVED_IDENTS: &[&str] = &[ | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/